Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 368 Bytes

File metadata and controls

10 lines (6 loc) · 368 Bytes

MySQL Databases

This contains all the CSCI6622 databases.

  • Simple SELECT Query: To submit your assignment, add a file called my_assignment.sql to this repository.
  • Product Query Assignment: Follow the instructions on the assignment in Canvas.

If the database you need to use is the Northwind database, then your SQL file should start with

use northwind;