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 There are three SQL data modification operations: insert, modify and delete. False True False True 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 stored procedure None of these trigger pseudofile stored procedure None of these trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: GROUP BY FROM ORDER BY WHERE GROUP BY FROM ORDER BY WHERE 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