SQL for Database Construction What is not an advantage of stored procedures? SQL can be optimized Code sharing Increased network traffic Greater security SQL can be optimized Code sharing Increased network traffic Greater security 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 SQL views can be used to hide: columns and rows only. None of these both of the above can be hidden by an SQL view. complicated SQL syntax only. columns and rows only. None of these both of the above can be hidden by an SQL view. complicated SQL syntax only. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction When using the SQL INSERT statement: 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 be modified according to criteria 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 cannot be copied in mass from one table to another only. rows can be modified according to criteria only. rows can either be inserted into a table one at a time or in groups. 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. pseudofile None of these stored procedure trigger pseudofile None of these stored procedure trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: change the table data. delete rows from the table. change the table structure. add rows to the table. change the table data. delete rows from the table. change the table structure. add rows to the table. ANSWER DOWNLOAD EXAMIANS APP