D Question 25 Write the exact (single line) command below that you would type remove all employees with the first name o
Posted: Fri Apr 29, 2022 7:04 am
D Question 25 Write the exact (single line) command below that you would type remove all employees with the first name of "BEAVIS from your database. Below is the table structure. EMPLOYEECEMP_ID, FIRST_NAME, LAST_NAME, CITY, STATE, ZIP) Assume that you are currently using the correct database D Question 26 What key word is used to modify a table's structure? D Question 27 Write the exact command below that you would type on the command line to delete a table called "MUSIC" Assume that you are already in the correct database and that the MUSIC table exists. Question 28 In order to be in BCNF, a database will also be in 1NF O True O False