Exam 8: Advanced Sql
Exam 1: Database Systems76 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model75 Questions
Exam 4: Entity Relationship Er Modeling75 Questions
Exam 5: Advanced Data Modeling85 Questions
Exam 6: Normalization of Database Tables110 Questions
Exam 7: Introduction to Structured Query Language Sql111 Questions
Exam 8: Advanced Sql109 Questions
Exam 9: Database Design103 Questions
Exam 10: Transaction Management and Concurrency Control85 Questions
Exam 11: Database Performance Tuning and Query Optimization85 Questions
Exam 12: Distributed Database Management Systems83 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Database Connectivity and Web Technologies85 Questions
Exam 15: Database Administration and Security86 Questions
Select questions type
When using a subquery, the output of a(n) query is used as the input for the outer query.
(Short Answer)
4.9/5
(34)
UNION, INTERSECT, and MINUS work properly only if relations are intersect-compatible, which means that the names of the relation attributes and their data types must be different.
(True/False)
4.8/5
(38)
Explain the different basic types of join operations. What are they and how do they work?
(Essay)
4.7/5
(41)
The Oracle function compares an attribute or expression with a series of values and returns an associated value or a default value if no match is found.
(Multiple Choice)
5.0/5
(42)
is a cursor attribute that returns True if the last FETCH returned a row, and FALSE if not.
(Multiple Choice)
4.8/5
(37)
A(n) join will select only the rows with matching values in the common attribute(s).
(Multiple Choice)
4.8/5
(37)
The NEXT command for a cursor is used to retrieve a row from the cursor and place it in the respective PL/SQL variables.
(True/False)
4.8/5
(45)
The statement can be used to combine rows from two queries, returning only the rows that appear in both sets.
(Short Answer)
4.8/5
(34)
The determines the common attribute or attributes by looking for identically named attributes and compatible data types.
(Short Answer)
4.8/5
(42)
Oracle uses the function to extract the various parts of a date.
(Short Answer)
4.7/5
(40)
A(n) query can be used to produce a relation that retains the duplicate rows.
(Short Answer)
4.9/5
(38)
Cursors are held in a reserved memory area in the client computer.
(True/False)
4.8/5
(41)
The statement in SQL combines rows from two queries and returns only the rows that appear in the first set but not in the second.
(Multiple Choice)
5.0/5
(31)
The clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.
(Short Answer)
4.7/5
(37)
Showing 41 - 60 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)