COMP3005A-Project / bookstore

Main project for course COMP3005. Full web application representing a virtual bookstore.
1 stars 0 forks source link

Add SQL query statements to folder of SQL code #66

Closed nwarsalee closed 2 years ago

nwarsalee commented 2 years ago

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.