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
User-defined SQL functions are functions in which Java is used to custom write functions for specific tasks,which are not available in functions provided in an Oracle database.
(True/False)
5.0/5
(35)
Composite queries use special set operators,such as UNION,to concatenate the rows of two different queries together,into a single resulting set of rows.
(True/False)
4.9/5
(36)
____ validates an expression as being between two values,and is inclusive.
(Multiple Choice)
4.8/5
(27)
A query using a subquery is also called a(n)____________________ when performing the same or similar function to that of a join.
(Short Answer)
4.9/5
(42)
A(n)____ is a chunk of memory allocated to a query,to contain the results of a query during processing of that query.
(Multiple Choice)
5.0/5
(37)
The ____ statement or clause is the beginning of the SQL command for querying (retrieving)data from a database object,such as a table or view.
(Multiple Choice)
5.0/5
(45)
____ queries create groupings or summaries of larger row sets,producing,for example,a sum of values or a number of subtotals from all values.
(Multiple Choice)
4.9/5
(44)
A(n)____________________ view implies a view created inline within a query.
(Short Answer)
4.9/5
(39)
The ____________________ clause has two distinct facets: (1)comparison conditions,and (2)logical operators.
(Short Answer)
4.9/5
(40)
Pseudocolumns contain values present in a table,but not in an Oracle instance.
(True/False)
4.8/5
(38)
____ set membership evaluates an expression as being within a set of elements.
(Multiple Choice)
4.9/5
(45)
Any expression containing a NULL value always returns a NULL value.
(True/False)
4.7/5
(42)
The DUAL table is owned by ____________________ but can be queried by any user.
(Short Answer)
4.8/5
(31)
Flashback queries execute SQL statements in parallel,preferably using multiple CPU platforms and Oracle partitions.
(True/False)
4.8/5
(34)
As already seen in this chapter,SELECT statements can be embedded in ____________________ commands as subqueries (within INSERT,UPDATE,and DELETE statements).
(Short Answer)
4.9/5
(39)
Showing 61 - 80 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)