SQL for Database Construction What is not an advantage of stored procedures? Greater security SQL can be optimized Code sharing Increased network traffic Greater security SQL can be optimized Code sharing Increased network traffic ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A view that contains a computed column can be easily updated. True False True False ANSWER DOWNLOAD EXAMIANS APP
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 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. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: SELECT VIEW MAKE VIEW INSERT VIEW CREATE VIEW SELECT VIEW MAKE VIEW INSERT VIEW CREATE VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The LIMIT constraint None of these The CHECK constraint The VALUE constraint The LIMIT constraint None of these The CHECK constraint The VALUE constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? All of these AFTER INSTEAD OF BEFORE All of these AFTER INSTEAD OF BEFORE ANSWER DOWNLOAD EXAMIANS APP