Skip to content

Latest commit

 

History

History

Mini-project2.2a

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Mini Project 2.2a:

Credit to OpenClassrooms

Become

Mini Project Instructions

  1. 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.

  2. Create a new text file called queries.sql

  3. As you work through the assignment to build your database, copy each query you execute (after verifying it works correctly) in the queries.sql.

  4. 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.

  5. Put the the queries.sql file in the Unit2/Module2.2/Mini-Project2.2a/ directory, and submit it for coach review as a Pull Request.