Exam 7: Advanced SQL
Exam 1: The Database Environment and Development Process173 Questions
Exam 2: Modeling Data in the Organization121 Questions
Exam 3: The Enhanced E-R Model and Business Rules74 Questions
Exam 4: Logical Database Design and the Relational Model120 Questions
Exam 5: Physical Database Design and Performance105 Questions
Exam 6: Introduction to SQL119 Questions
Exam 7: Advanced SQL111 Questions
Exam 8: Database Application Development100 Questions
Exam 9: Data Warehousing117 Questions
Exam 10: Data Quality and Integration102 Questions
Exam 11: Data and Database Administration116 Questions
Exam 12: Distributed Databases109 Questions
Exam 13: Object-Oriented Data Modeling91 Questions
Exam 14: Using Relational Databases to Provide Object Persistence113 Questions
Select questions type
An SQL query that implements an outer join will return rows that do not have matching values in common columns.
(True/False)
4.8/5
(32)
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
(30)
SQL provides the ________ technique,which involves placing an inner query within the where or having clause of an outer query.
(Short Answer)
4.9/5
(41)
A routine is a named set of SQL statements that are considered when a data modification occurs.
(True/False)
4.8/5
(39)
A named set of SQL statements that are considered when a data modification occurs are called:
(Multiple Choice)
4.8/5
(31)
An equi-join is a join in which one of the duplicate columns is eliminated in the result table.
(True/False)
4.8/5
(40)
What results would the following SQL statement produce?
Select owner,table_name
From dba_tables
Where table_name = 'CUSTOMER';
(Multiple Choice)
4.9/5
(34)
Showing 101 - 111 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)