SQL for Database Construction SQL views can be used to hide: complicated SQL syntax only. columns and rows only. both of the above can be hidden by an SQL view. None of these complicated SQL syntax only. columns and rows only. both of the above can be hidden by an SQL view. None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: SELECT VIEW CREATE VIEW MAKE VIEW INSERT VIEW SELECT VIEW CREATE VIEW MAKE VIEW INSERT VIEW 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. None of these pseudofile trigger stored procedure None of these pseudofile trigger stored procedure ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? AFTER BEFORE All of these INSTEAD OF AFTER BEFORE All of these INSTEAD OF 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 What is not an advantage of stored procedures? Code sharing Greater security SQL can be optimized Increased network traffic Code sharing Greater security SQL can be optimized Increased network traffic ANSWER DOWNLOAD EXAMIANS APP