SQL for Database Construction What is an SQL virtual table that is constructed from other tables? A view Just another table Query results A relation A view Just another table Query results A relation ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A stored procedure is a program that performs some common action on database data and is stored in the database. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL Server does not support the BEFORE trigger. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views can be used to show the results of computed columns. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction For what purposes are views used? All of these To hide columns only To hide complicated SQL statements only To hide rows only All of these To hide columns only To hide complicated SQL statements only To hide rows only 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