SQL for Database Construction What is an SQL virtual table that is constructed from other tables? Query results A view A relation Just another table Query results A view A relation Just another table ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is an SQL trigger supported by Oracle? INSTEAD OF AFTER BEFORE All of these INSTEAD OF AFTER BEFORE All of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain: FROM GROUP BY ORDER BY WHERE FROM GROUP BY ORDER BY WHERE 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 ________ is a program that performs some common action on database data and that is stored in the database. trigger pseudofile stored procedure None of these trigger pseudofile stored procedure None of these ANSWER DOWNLOAD EXAMIANS APP
SQL for Database Construction Which of the following is NOT a type of SQL constraint? ALTERNATE KEY UNIQUE FOREIGN KEY PRIMARY KEY ALTERNATE KEY UNIQUE FOREIGN KEY PRIMARY KEY ANSWER DOWNLOAD EXAMIANS APP