SQL for Database Construction What is not an advantage of stored procedures? Increased network traffic Code sharing Greater security SQL can be optimized Increased network traffic Code sharing Greater security SQL can be optimized ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When using the SQL INSERT statement: rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time 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 cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time 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 SQL structure is used to limit column values of a table? The VALUE constraint The LIMIT constraint The CHECK constraint None of these The VALUE constraint The LIMIT constraint The CHECK constraint None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: change the table data. add rows to the table. delete rows from the table. change the table structure. change the table data. add rows to the table. delete rows from the table. change the table structure. 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. embedded SELECT statement pseudofile trigger None of these embedded SELECT statement pseudofile trigger None of these ANSWER DOWNLOAD EXAMIANS APP