-
Open the project page on OpenClassrooms. We recommend using MySQL or Postgres as your database as these systems are popular for web servers and completely free.
-
Create a new text file called
queries.sql
-
As you work through the assignment to build your database, copy each query you execute (after verifying it works correctly) in the
queries.sql
. -
After adding your "junk" data, write SELECT queries to output the data within each table. Copy and paste the output of each SELECT query into
queries.sql
. -
Put the the
queries.sql
file in theUnit2/Module2.2/Mini-Project2.2a/
directory, and submit it for coach review as a Pull Request.