Exam 6: Advanced SQL
Exam 1: The Database Environment and Development Process119 Questions
Exam 2: Modeling Data in the Organization102 Questions
Exam 3: The Enhanced E-R Model102 Questions
Exam 4: Logical Database Design and the Relational Model101 Questions
Exam 5: Introduction to SQL102 Questions
Exam 6: Advanced SQL95 Questions
Exam 7: Databases in Applications93 Questions
Exam 8: Physical Database Design and Database Infrastructure167 Questions
Exam 9: Data Warehousing and Data Integration150 Questions
Exam 10: Big Data Technologies69 Questions
Exam 11: Analytics and Its Implications32 Questions
Exam 12: Data and Database Administration With Focus on Data Quality66 Questions
Exam 13: Distributed Databases100 Questions
Exam 14: Object-Oriented Data Modeling104 Questions
Select questions type
________ takes a value of TRUE if a subquery returns an intermediate results table which contains one or more rows.
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
C
While triggers run automatically, ________ do not and have to be called.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
B
A base table is the underlying table that is used to create views.
Free
(True/False)
4.8/5
(45)
Correct Answer:
True
Specifying the attribute names in the SELECT statement will make it easier to find errors in queries and also correct for problems that may occur in the base system.
(True/False)
4.8/5
(37)
The following statement is an example of:
CREATE TABLE Customer_t (
CustNmbr number(11,0),
CreditLimit number(6,2),
CustStart date,
CustEnd date,
PERIOD for Custperiod(CustStart,CustEnd));
(Multiple Choice)
4.9/5
(36)
A correlated subquery is executed once for each iteration through the outer loop.
(True/False)
4.9/5
(33)
A named set of SQL statements that are considered when a data modification occurs are called:
(Multiple Choice)
4.8/5
(34)
It is better not to have a result set identified before writing GROUP BY and HAVING clauses for a query.
(True/False)
4.7/5
(36)
The outer join syntax does not apply easily to a join condition of more than ________ tables.
(Multiple Choice)
4.8/5
(27)
All of the following are part of the coding structure for triggers EXCEPT:
(Multiple Choice)
4.8/5
(37)
A join in which rows that do not have matching values in common columns are still included in the result table is called a(n):
(Multiple Choice)
4.9/5
(37)
When a subquery is used in the FROM clause, it is called a denied table.
(True/False)
4.8/5
(32)
Showing 1 - 20 of 95
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)