Instructions Activity (5 items x 2 points) Write SQL statements to: 1. Create a table named Flavors with columns named I
Posted: Thu Jun 02, 2022 8:01 am
Instructions Activity (5 items x 2 points) Write SQL statements to: 1. Create a table named Flavors with columns named Item Code (int), Item Desc (varchar), and Price (float). 2. Retrieve the values under Item Code. 3. Retrieve the values of all columns. 4. Retrieve rows with values higher than 65 under Price column. 5. Change the price of the row with ItemCode, 101 to 75.