You use an embedded database to test your application. First, you want to launch SQL scripts to pre-populate the database, and then you want Spring to check the configurations of entities and tables. In case of mismatch, an exception should be thrown.
Which lines do you add to application.properties? Choose all possible options.