SQL for Database Construction The SQL statement used to create a view is CREATE VIEW. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which is NOT one of the most common types of SQL CHECK constraints? Lists of values System date Range checks Comparing one column value to another within the same table Lists of values System date Range checks Comparing one column value to another within the same table ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views can be used to show the results of computed columns. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: WHERE ORDER BY GROUP BY FROM WHERE ORDER BY GROUP BY FROM ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? INSTEAD OF BEFORE All of these AFTER INSTEAD OF BEFORE All of these AFTER ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships. True False True False ANSWER DOWNLOAD EXAMIANS APP