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 NULLS ____________________ clause can be used in conjunction with an ascending sort to return NULL values first.
(Short Answer)
4.8/5
(35)
Within the realm of a database a ____ valued column,in a row,in a table,is a column,which has never been set to anything (not yet accessed),or has been deliberately set to this value.
(Multiple Choice)
4.8/5
(29)
The following query returns a single number as a total (or sum)of all blocks,used by all datafiles in the database: ____.
(Multiple Choice)
4.9/5
(35)
Provide an example of a query in which a new table or view can be created from the results of a query.
(Essay)
4.9/5
(30)
A(n)____ is not a function,but can be added to a table query or into other SQL commands to retrieve values not normally accessed from simple table queries.
(Multiple Choice)
4.9/5
(36)
The GROUP BY clause column list ____ include all columns in the SELECT statement not affected by any aggregate functions.
(Multiple Choice)
4.7/5
(34)
Some tables contain hierarchies of data and are natural candidates for using ____________________-joins.
(Short Answer)
4.8/5
(41)
Comparison of a NULL value to any other value will always evaluate to ____.
(Multiple Choice)
4.8/5
(33)
The ____({value},{replace})function replaces NULL values in expressions,avoiding SQL errors.
(Multiple Choice)
4.9/5
(40)
A(n)____ join returns all rows from both tables with null values replacing missing values.
(Multiple Choice)
4.9/5
(28)
____ is used as a pattern-matching character representing zero or more characters in a subset of a string.
(Multiple Choice)
4.7/5
(48)
____ work best on multiple CPU platforms in tandem with partitioning,and particularly with multiple disks or RAID arrays.
(Multiple Choice)
4.8/5
(30)
____ queries merge rows from one or more tables,usually linking rows based on related values.
(Multiple Choice)
4.8/5
(39)
Subqueries can return more than a single column,and their calling queries can validate against those multiple columns.
(True/False)
4.9/5
(41)
Showing 21 - 40 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)