Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 2: Make the CREATE script (15 pts) 3. Using the ERD you created in Task 1, develop a create.sql file that will create
Task 2: Make the CREATE script (15 pts) 3. Using the ERD you created in Task 1, develop a create.sql file that will create a database named grubhub. 4. Using the grubhub database, include statements in your file to create all the entities, attributes and primary and foreign key constraints detailed in your ERD. Make sure to end each statement with a semicolon () The creation scripts we have used in class are a great guide! 5. Test running your create.sql file in our development environment. Adjust your script as needed.
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 Started