SQL for Database Construction When using the SQL INSERT statement: 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. rows cannot be copied in mass from one table to another only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL Server does not support the BEFORE trigger. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a program that performs some common action on database data and that is stored in the database. stored procedure pseudofile None of these trigger stored procedure pseudofile None of these trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A stored procedure is a program that performs some common action on database data and is stored in the database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an SQL virtual table that is constructed from other tables? A view A relation Just another table Query results A view A relation Just another table Query results ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. False True False True ANSWER DOWNLOAD EXAMIANS APP