Question: Note: The database relational schema for this assignment is shown in Figure 1. Study the tables and their relations carefully before attempting to solve the



Note: The database relational schema for this assignment is shown in Figure 1. Study the tables and their relations carefully before attempting to solve the questions below. The source code for most of the tables is provided in the file A1_Tables.sql. Test data is provided in the file A1_Data.sql. To get started, create the test database as follows: 1. Login into MariaDB/MySQL using an authorized account (e.g.root). 2. Create a new database (e.g, cis495). If the database already exists, drop it first. 3. Copy the contents of the file Al Tables.sq/ and paste them into your SQL command line window. 4. Copy the contents of the file Al_Data.sq/' and paste them into your SQL Command line window. I had an issue with direct copy-paste of the contents of A1_Data.sql. Alternatively, I used the following SQL commands: source
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
