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 When using the SQL INSERT statement: rows can be modified according to criteria only. rows can be inserted into a table only one at a time 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 modified according to criteria only. rows can be inserted into a table only one at a time 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. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an SQL virtual table that is constructed from other tables? A relation Just another table A view Query results A relation Just another table A view Query results ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views can be used to show the results of computed columns. False True False True 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 ________ 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