Sometimes we don't want to execute queries embedded in the file, but instead to save them and let the user execute them one by one or at a later stage.
This is not a workable idea because queries can contain commands, like loading or adding modules. However, the next version will have a new feature of user-defined integrity constraints. There are like named queries that are saved to be executed on demand. They can be called by name at any time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is not a workable idea because queries can contain commands, like loading or adding modules. However, the next version will have a new feature of user-defined integrity constraints. There are like named queries that are saved to be executed on demand. They can be called by name at any time.