SQL for Database Construction What is not an advantage of stored procedures? Code sharing Greater security SQL can be optimized Increased network traffic Code sharing Greater security SQL can be optimized Increased network traffic ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: GROUP BY FROM WHERE ORDER BY GROUP BY FROM WHERE ORDER BY ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction There are three SQL data modification operations: insert, modify and delete. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Common types of SQL CHECK constraints include range checks and limiting columns values. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The DROP TABLE statement: is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. deletes the table structure only. is not an SQL statement. works whether or not referential integrity constraints would be violated. deletes the table structure along with the table data. deletes the table structure only. ANSWER DOWNLOAD EXAMIANS APP