SQL for Database Construction SQL statements can be embedded in triggers, stored procedures, and program code. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The DROP TABLE statement: deletes the table structure only. works whether or not referential integrity constraints would be violated. is not an SQL statement. deletes the table structure along with the table data. deletes the table structure only. works whether or not referential integrity constraints would be violated. is not an SQL statement. deletes the table structure along with the table data. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A view that contains a computed column can be easily updated. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A stored procedure is a program that performs some common action on database data and is stored in the database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? INSTEAD OF AFTER All of these BEFORE INSTEAD OF AFTER All of these BEFORE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement used to create a view is CREATE VIEW. False True False True ANSWER DOWNLOAD EXAMIANS APP