You issued the following command: SQL> DROP TABLE employees; Which three statements are true? A. All uncommitted transactions are committed. B. All indexes and constraints defined on the table being dropped are also dropped. C. Sequences used in the employees…

You want to create a sales table with the following column specifications and data types: SALESID: Number STOREID: Number ITEMID: Number QTY: Number, should be set to 1 when no value is specified SLSDATE: Date, should be set to current…

Examine the data in the CUST_NAME column of the customers table. You need to display customers’ second names where the second name starts with "Mc" or "MC." Which query gives the required output? A. Option A B. Option B C.…