Exam 6: The Basics of Querying a Database
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
The GROUP BY clause can use the column positional specification like the ORDER BY clause.
(True/False)
4.9/5
(40)
One of the most common uses of the DUAL table is to get the next sequential value from an Oracle sequence object.
(True/False)
4.9/5
(37)
The ____ SQL group function counts the number of rows in a group.
(Multiple Choice)
4.8/5
(38)
Queries can be sorted in ascending or descending order,where descending is the default if ASC or DESC are not specified.
(True/False)
5.0/5
(45)
____________________ queries are used to build tree-like hierarchical output row structures from hierarchical data.
(Short Answer)
4.8/5
(48)
____ queries use the WHERE clause to retain or filter out unwanted rows.
(Multiple Choice)
4.9/5
(36)
The ____ set operator returns one query less the other,similar to a left outer join where only distinct rows in the first query are returned.
(Multiple Choice)
4.8/5
(38)
A(n)____________________ is a vague form of a join using IN and EXISTS operators where the results contained within the subquery are not retrieved as part of the final columns selected for the result join.
(Short Answer)
4.8/5
(41)
Certain types of subqueries are also known as ____ because they join without returning values from the subquery.
(Multiple Choice)
4.9/5
(41)
The ____ table is used to request data from an Oracle database,where that data is not in user application tables.
(Multiple Choice)
4.8/5
(35)
Both IN and ____________________ allow a correlation between a calling query and a subquery.
(Short Answer)
4.8/5
(29)
An alias can be used to refer to a column,typically in a join or a subquery.
(True/False)
4.9/5
(36)
____ pattern matches between strings;those strings are expressions.
(Multiple Choice)
4.9/5
(39)
The most commonly used indexes for an Oracle database are ____ indexes.
(Multiple Choice)
4.9/5
(35)
A(n)____ can act to apply a distinct name to multiple columns with the same name.
(Multiple Choice)
4.8/5
(28)
The ____ clause extends the GROUP BY clause by filtering on resulting grouped rows (returned by the GROUP BY clause).
(Multiple Choice)
4.7/5
(35)
____________________ or version queries allow access to data at a previous point in time.
(Short Answer)
4.8/5
(26)
This query finds all columns in the table:
SELECT ____ FROM DBA_TABLESPACES;
(Multiple Choice)
4.7/5
(30)
Showing 81 - 100 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)