SQL for Database Construction SQL views can be used to hide: both of the above can be hidden by an SQL view. None of these complicated SQL syntax only. columns and rows only. both of the above can be hidden by an SQL view. None of these complicated SQL syntax only. columns and rows only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A updatable view has its own data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A benefit of using a stored procedure is that it can be distributed to client computers. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. pseudofile embedded SELECT statement trigger None of these pseudofile embedded SELECT statement trigger None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: ORDER BY GROUP BY WHERE FROM ORDER BY GROUP BY WHERE FROM ANSWER DOWNLOAD EXAMIANS APP