You want Spring Data to create the database schema by given entities, and all the data must be deleted after the application stops. Also, you want to disable the possibility of database pre-population with the help of SQL scripts.
Which of the following lines can be added to application.properties if you use an embedded database? Choose all possible options.