SQL for Database Construction SQL views can be used to hide: complicated SQL syntax only. None of these columns and rows only. both of the above can be hidden by an SQL view. complicated SQL syntax only. None of these columns and rows only. both of the above can be hidden by an SQL view. ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: ORDER BY FROM WHERE GROUP BY ORDER BY FROM WHERE GROUP BY ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? AFTER INSTEAD OF All of these BEFORE AFTER INSTEAD OF All of these BEFORE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL command to create a table is: CREATE TABLE DEFINE TABLE ALTER TABLE MAKE TABLE CREATE TABLE DEFINE TABLE ALTER TABLE MAKE TABLE ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction What SQL structure is used to limit column values of a table? The LIMIT constraint The VALUE constraint The CHECK constraint None of these The LIMIT constraint The VALUE constraint The CHECK constraint None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction The SQL statement used to create a view is CREATE VIEW. False True False True ANSWER DOWNLOAD EXAMIANS APP