You can use this annotation at class level or method level
Class level
Use to create schemas before all tests
Load data into tables
Method level
Use to override class level @Sql with sql scripts specific to a method
executionPhase, specifies when the test method should run