In addition to including the DDL and insertion statements, we need to provide the queries that our application performs to the tables. These queries should be placed in its own queries.sql file, using comments to denote the queries for which specific table the query is for.
In addition to including the DDL and insertion statements, we need to provide the queries that our application performs to the tables. These queries should be placed in its own queries.sql file, using comments to denote the queries for which specific table the query is for.