SQL for Database Construction What is not an advantage of stored procedures? Greater security Increased network traffic Code sharing SQL can be optimized Greater security Increased network traffic Code sharing SQL can be optimized ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A SQL view is a virtual table that is constructed from other tables or views. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL has a JOIN ON syntax that can be used to create inner joins and outer joins. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: 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. change the table data. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction There are three SQL data modification operations: insert, modify and delete. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an advantage of placing computations in SQL views? To accomplish both of the above. None of these To ensure that the results are consistent. To save users from having to write an expression. To accomplish both of the above. None of these To ensure that the results are consistent. To save users from having to write an expression. ANSWER DOWNLOAD EXAMIANS APP