Tutoring company wants to set up its database. They are trying to keep track of the following: student ID, name, grade level, the subject they need help in, and their contact and payment information. They also want to keep track of the tutors' information such as their ID, name, subject matter expertise, and times available and rate. They will like to keep track of which student is assigned to which tutor and their meeting schedule as well. 1. List all of the data that needs to be kept track of for the scenario above in a 1NF (Flat File) table 2. Use the normalization technique and form the 3NF tables 3. Write out the Create Table command in SQL for creating the database you have designed, make sure to use the right DATATYPES, CONSTRAINTS, and CONSTRAINT REFERENCES. Create Table **** 4. Write one SQL Insert into Values ; command for each table in your database
Tutoring company wants to set up its
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 2 images