Question
Perform the following tasks in your < userid > schema and create snapshots of executed SQL statements from the History and their outputs from Answer
Perform the following tasks in your <userid> schema and create snapshots of executed SQL statements from the History and their outputs from Answer Set.
Provide proof of ownership. Tasks w/o proof of ownership will not be counted.
Create Product_T table in your DB <userid> schema
Show table Product_T definition that was created in the <userid> schema
Enter the following data into
Execute query: List Current_User, ProductID, ProductDescription, ProductStandatdPrice from
Enter another product into Product_T:
Execute query: List Current_User, ProductID, ProductDescription, ProductStandatdPrice from
Modify the
Show updated
Show all data stored in
Modify the
Show updated
Enter QtyOnHand values into the
List CURRENT_USER, ProductID, QtyOnHand from
Update QtyOnHand for ProductID = 1 to 150
Show CURRENT_USER, ProductID, QtyOnHand from
Update QtyOnHand for ProductID = 2 to 5,001 units.
Update QtyOnHand for ProductID = 3 to 10 (minus 10).
Remove End Table product from the table
Show CURRENT_USER, ProductID, QtyOnHand from
Delete column QtyOnHand from
Show updated
Remove all rows from the
Prove that the
Delete table
Prove that the
Create table
CourseID (6 fixed characters, Primary key)
CourseName (60 variable characters)
For CourseID add In-List constraint limiting its values to 'BA 353', 'CS 137', 'BA 360'.
Show table definition for Course_T stored in schema userid
Enter two courses to the table
CourseID | CourseName |
BA 353 | Information Systems Database Management |
BA 460 | Quantitative Methods for Business and Finance Management |
Show all data stored in
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