SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: ORDER BY WHERE GROUP BY FROM ORDER BY WHERE GROUP BY FROM ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL views can be used to hide: both of the above can be hidden by an SQL view. columns and rows only. complicated SQL syntax only. None of these both of the above can be hidden by an SQL view. columns and rows only. complicated SQL syntax only. None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A trigger is a stored program that is attached to a database. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When using the SQL INSERT statement: rows cannot be copied in mass from one table to another only. rows can either be inserted into a table one at a time or in groups. rows can be inserted into a table only one at a time only. rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. rows can either be inserted into a table one at a time or in groups. rows can be inserted into a table only one at a time only. rows can be modified according to criteria only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? To hide complicated SQL statements only All of these To hide rows only To hide columns only To hide complicated SQL statements only All of these To hide rows only To hide columns only ANSWER DOWNLOAD EXAMIANS APP