SQL for Database Construction A view that contains a computed column can be easily updated. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A ________ is a stored program that is attached to a table or a view. None of these pseudofile embedded SELECT statement trigger None of these pseudofile embedded SELECT statement trigger ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: delete rows from the table. add rows to the table. change the table data. change the table structure. delete rows from the table. add rows to the table. change the table data. change the table structure. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause. True False True False 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 None of these trigger stored procedure pseudofile None of these trigger stored procedure ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is NOT a type of SQL constraint? UNIQUE PRIMARY KEY ALTERNATE KEY FOREIGN KEY UNIQUE PRIMARY KEY ALTERNATE KEY FOREIGN KEY ANSWER DOWNLOAD EXAMIANS APP