SQL for Database Construction What is an SQL virtual table that is constructed from other tables? Just another table A view A relation Query results Just another table A view A relation Query results ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction SQL statements can be embedded in triggers, stored procedures, and program code. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction There are three SQL data modification operations: insert, modify and delete. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement to create a view is: CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW CREATE VIEW MAKE VIEW SELECT VIEW INSERT VIEW 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 column in a particular row. a particular row in a particular underlying table. a particular column in a particular underlying table. None of these a particular column in a particular row. a particular row in a particular underlying table. a particular column in a particular underlying table. None of these ANSWER DOWNLOAD EXAMIANS APP