SQL for Database Construction The SQL DELETE statement is used to delete both the table structure and table data. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What is an SQL virtual table that is constructed from other tables? A relation A view Just another table Query results A relation A view Just another table Query results ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The CHECK constraint None of these The LIMIT constraint The VALUE constraint The CHECK constraint None of these The LIMIT constraint The VALUE constraint ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL ALTER statement can be used to: delete rows from the table. change the table structure. add rows to the table. change the table data. delete rows from the table. change the table structure. add rows to the table. change the table data. 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 Which is NOT one of the most common types of SQL CHECK constraints? Range checks 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 ANSWER DOWNLOAD EXAMIANS APP