SQL for Database Construction The DROP TABLE statement: deletes the table structure along with the table data. is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure only. deletes the table structure along with the table data. is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A SQL view is a virtual table that is constructed from other tables or views. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? All of these AFTER BEFORE INSTEAD OF All of these AFTER BEFORE INSTEAD OF ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: change the table structure. change the table data. add rows to the table. delete rows from the table. change the table structure. change the table data. add rows to the table. delete rows from the table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL Server does not support the BEFORE trigger. False True False True ANSWER DOWNLOAD EXAMIANS APP