SQL for Database Construction What is not an advantage of stored procedures? Code sharing Greater security Increased network traffic SQL can be optimized Code sharing Greater security Increased network traffic SQL can be optimized 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
SQL for Database Construction A trigger is a stored program that is attached to a database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: FROM WHERE ORDER BY GROUP BY FROM WHERE ORDER BY GROUP BY ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL has a JOIN ON syntax that can be used to create inner joins and outer joins. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? System date Lists of values Comparing one column value to another within the same table Range checks System date Lists of values Comparing one column value to another within the same table Range checks ANSWER DOWNLOAD EXAMIANS APP