Question
Task 1: Create the database Write an CREATE.sql file to create the schema pictured in figure 1. You should have create statements for each of
Task 1: Create the database
- Write an CREATE.sql file to create the schema pictured in figure 1.
- You should have create statements for each of the tables with all their attributes and keys. Data types are indicated in the figure.
- Also create a user that your PHP can use to access the database. This will require both a create and grant statement.
- Add at least 3 classes and at least 15 grades using at least 2 insert statements in your script.
assignment grade id description pt possible pt_earn class id int, ai, pk varchar(45) int decimal int, fk class id dept num section name semester year class int, ai, pk char(4) int char(2) varchar(45) char(2) int
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Data Modeling and Database Design
Authors: Narayan S. Umanath, Richard W. Scammel
2nd edition
1285085256, 978-1285085258
Students also viewed these Databases questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App