Exam 2: Basic SQL Select Statements
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
By default,a column alias is displayed in lower case characters in the results.
(True/False)
4.8/5
(36)
In a(n)SELECT statement,keywords,table names,and column names are not case sensitive._________________________
(True/False)
4.9/5
(31)
The ALL option can be used in the SELECT clause to indicate that all columns should be retrieved._________________________
(True/False)
4.8/5
(36)
The optional keyword ____________________ can be used to distinguish between a column name and a column alias.
(Short Answer)
4.7/5
(32)
Contents of the PUBLISHER table
-Based upon the contents of the PUBLISHER table,which of the following SQL statements will execute without returning an error message?

(Multiple Choice)
4.9/5
(39)
In an arithmetic expression,multiplication and ____________________ are always solved first in Oracle 12c.
(Short Answer)
4.9/5
(36)
If the results of a SELECT statement include more than one column of data,the column names must be separated in the SELECT clause by which of the following symbols?
(Multiple Choice)
4.9/5
(33)
By default,the data for character fields are displayed ____________________ aligned when they are displayed.
(Short Answer)
4.9/5
(40)
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
(37)
The DIST or UNIQ keywords can be used to suppress duplicate data in the results of a SELECT statement.
(True/False)
4.8/5
(29)
The name of the table containing the data to be retrieved is specified in the ____________________ clause.
(Short Answer)
4.8/5
(33)
Each section of a statement that begins with a keyword is known as a(n)buffer._________________________
(True/False)
4.8/5
(33)
Contents of the BOOKS table
-Based upon the contents of the BOOKS table,which of the following SQL statements will display two columns in its output?

(Multiple Choice)
4.9/5
(31)
When should double-quotation marks (" ")be used in a SELECT statement?
(Essay)
4.7/5
(37)
Insignificant zeros are displayed for numeric columns by default to show two decimal places._________________________
(True/False)
4.9/5
(35)
Combining the contents of two or more columns is known as projection._________________________
(True/False)
4.8/5
(31)
Contents of the BOOKS table
-Which of the following is a valid SQL statement?

(Multiple Choice)
4.7/5
(38)
The SELECT command can be used to display the structure of a database table._________________________
(True/False)
4.8/5
(28)
Choosing specific columns in a SELECT statement is known as ____________________.
(Short Answer)
4.8/5
(35)
Showing 21 - 40 of 121
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)