Page 1 of 1

Activity (4 items x 5 points) Write SQL statements that will: 1. Create a table named Flavors with columns Item Code (in

Posted: Sun May 15, 2022 1:40 pm
by answerhappygod
Activity 4 Items X 5 Points Write Sql Statements That Will 1 Create A Table Named Flavors With Columns Item Code In 1
Activity 4 Items X 5 Points Write Sql Statements That Will 1 Create A Table Named Flavors With Columns Item Code In 1 (144.46 KiB) Viewed 103 times
Activity (4 items x 5 points) Write SQL statements that will: 1. Create a table named Flavors with columns Item Code (int), Item Desc (varchar), and Price (float). 2. Set Item Code as the primary key. 3. Add a CHECK constraint on the Price column to ensure that the lowest price is 65. 4. Delete the Item Desc column. Property of STI IT1924 Weeks 11-12