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 ____ SQL group function returns the lowest value from a group of values.
(Multiple Choice)
4.8/5
(42)
A(n)____ join combines rows from both tables using matching column names and column values.
(Multiple Choice)
4.9/5
(32)
Use of upper- and lowercase is only a factor in queries for strings or expressions enclosed in Oracle database quotation marks.
(True/False)
4.9/5
(27)
Top-N queries are executed by filtering against the ____ pseudocolumn.
(Multiple Choice)
4.8/5
(43)
To find the currently logged in user name and his (or her)user identifier you can use the following command: SELECT USER,UID FROM ____________________;
(Short Answer)
4.7/5
(46)
____________________ represents nothing,not a space,not a zero (0),or even an unknown value;simply nothing.
(Short Answer)
4.8/5
(35)
The ____ clause allows a hierarchical query to begin displaying within a hierarchical structure,with a specified column and value.
(Multiple Choice)
4.8/5
(36)
ANY,SOME,and ____ check set membership and allow subqueries that return multiple rows.
(Multiple Choice)
5.0/5
(38)
AS is often used to check membership of one element in a list of elements.
(True/False)
4.9/5
(40)
____ are automated counters,counting from a specific value,up to a specified maximum (or an enormous value with no maximum specified).
(Multiple Choice)
4.9/5
(36)
Most Oracle database built-in functions will return a NULL value when passed a NULL value.
(True/False)
4.7/5
(38)
____________________ is a pseudocolumn generated for each row,in sequence,as each row is returned from a query.
(Short Answer)
4.8/5
(36)
____ queries use the ORDER BY clause to return rows in a specified order.
(Multiple Choice)
4.8/5
(38)
A(n)____________________ query concatenates columns and rows of two queries.
(Short Answer)
4.8/5
(37)
Selecting values greater than ROWNUM,as opposed to less than,or less than or equal to ROWNUM,will return no rows whatsoever.
(True/False)
4.9/5
(35)
Group (____________________)SQL functions apply specific functionality to grouping and summary queries.
(Short Answer)
4.9/5
(35)
New tables and views can be created from the results of a query.
(True/False)
5.0/5
(47)
Showing 41 - 60 of 109
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)