SQL for Database Construction A trigger is a stored program that is attached to a database. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A SQL view is a virtual table that is constructed from other tables or views. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: CREATE TABLE ALTER TABLE DEFINE TABLE MAKE TABLE CREATE TABLE ALTER TABLE DEFINE TABLE MAKE TABLE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? All of these To hide complicated SQL statements only To hide rows only To hide columns only All of these To hide complicated SQL statements only To hide rows only To hide columns only 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
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: WHERE ORDER BY GROUP BY FROM WHERE ORDER BY GROUP BY FROM ANSWER DOWNLOAD EXAMIANS APP