question archive Create a new table named thiMenu
Subject:Computer SciencePrice: Bought3
Create a new table named thiMenu. Add the following fields (in this order): MenulD, RecipeID, Season, Meal, Special, and Price. Format the MenulD field to display MENU0 and then the assigned number (MENU01, MENU02, etc.). Make MenulD the primary key. Set the data type for RecipeID to Number. Make RecipelD a required field, indexed with no duplicates. Change the field size for Season and Meal to 15.