I am making existing tables volatile. However, on startup, it seems that the database still stores the data which results in the table still being populated. Is there a method to clear the database of the table data through the driver?
Joshua Lee [SLC] [DevOps Advocate] Selected answer as best 7th February 2025
Since there is an additional requirement to reuse the existing element. A database query should be made to clear the database directly of the table data.
Joshua Lee [SLC] [DevOps Advocate] Selected answer as best 7th February 2025