Exam 2: Basic Sql Select Statements
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
By default, the data for character fields are displayed ____________________ aligned when they are displayed.
(Short Answer)
4.8/5
(39)
A(n) ____________________ is an alternative column heading displayed in the output of a query.
(Short Answer)
4.8/5
(42)
The option can be used in the SELECT clause to indicate that all columns should be retrieved. _________________________
(True/False)
4.9/5
(29)
The DIST or UNIQ keywords can be used to suppress duplicate data in the results of a SELECT statement.
(True/False)
4.8/5
(30)
The entire column heading for a column will be displayed, regardless of the assigned width of the column, if the column is defined as a(n) ____ column.
(Multiple Choice)
4.8/5
(31)
Which of the following commands can be used to view the structure of a table?
(Multiple Choice)
4.7/5
(31)
The only required clauses for a SELECT statement are the and FROM clauses. _________________________
(True/False)
4.8/5
(34)
By default, a column alias is displayed in lower case characters in the results.
(True/False)
4.8/5
(36)
By default, the data for a numeric column is ____________________ aligned when it is displayed.
(Short Answer)
4.9/5
(35)
A column heading that is longer than the width of a column will not be truncated for a column that is defined to store data. _________________________
(True/False)
4.9/5
(35)
A string literal must be enclosed in ____________________ marks.
(Short Answer)
4.7/5
(41)
If a column alias contains a blank space, it must be enclosed in quotation marks. _________________________
(True/False)
4.9/5
(35)
Contents of the BOOKS table
-Based upon the contents of the BOOKS table, which of the following columns will be displayed with a right-aligned column heading?

(Multiple Choice)
4.8/5
(32)
Each section of a statement that begins with a keyword is known as a(n) . _________________________
(True/False)
4.8/5
(38)
In a(n) statement, keywords, table names, and column names are not case sensitive. _________________________
(True/False)
4.9/5
(36)
When solving arithmetic expressions, Oracle11g always resolves addition and subtraction operations from left to right in the expression. _________________________
(True/False)
4.7/5
(40)
Choosing specific columns from a database through a SELECT statement is known as _________________________
(True/False)
4.8/5
(39)
Showing 101 - 120 of 122
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)