Demonstrate that you did the following (use a SELECT statement to show the records in the table):
- {Screen shot} Insert 3 rows in the Category table:
- Memory Foam
- Inner Spring
- Hybrid
- {Screen shot(s)} Insert 3 Product records for each category in the product table.
- Pillow Top, Memory Foam category, $1,149.99, queen
- Pressure Relief, Memory Foam category, $679.99, twin
- Gel Infused, Memory Foam category, $829.00, king
- Pillow Top, Inner Spring category, $959.99, twin
- iCoil, Inner Spring category, $1,499.99, queen
- Adjustable, Inner Spring category, $3,599.99 king
- Cooling Gel, Hybrid category, $669.99, twin
- Heated, Hybrid category, $1,059.99, queen
- Adjustable, Hybrid category, $4,399.99 King
- {Screen shot.} Use one statement to decrease the price of all products that are king size by 25%.
- {Screen shot.} Use one statement to delete all products that are twin size.
- {Screen shot.} Create and execute a view named EXAM_VIEW that shows all columns from both tables. Use an inner join. Use SELECT * to show the view.
- {A single screen shot for f & g.} Remove the EXAM_VIEW object from the database.
- {Screen shot.} Drop the two tables and the database.