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 Which is NOT one of the most common types of SQL CHECK constraints? Lists of values Comparing one column value to another within the same table System date Range checks Lists of values Comparing one column value to another within the same table System date Range checks ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction To update an SQL view, the DBMS must be able to associate the column(s) to be updated with: a particular row in a particular underlying table. None of these a particular column in a particular row. a particular column in a particular underlying table. a particular row in a particular underlying table. None of these a particular column in a particular row. a particular column in a particular underlying table. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction A trigger is a stored program that is attached to a database. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: MAKE TABLE DEFINE TABLE ALTER TABLE CREATE TABLE MAKE TABLE DEFINE TABLE ALTER TABLE CREATE TABLE ANSWER DOWNLOAD EXAMIANS APP