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
Which of the following types of columns will automatically right-align the data when it is displayed?
(Multiple Choice)
4.8/5
(26)
Which of the following keywords can be used to indicate that a column alias should be included in the results?
(Multiple Choice)
4.8/5
(29)
What is the correct answer for the arithmetic expression 9+2*(3-4)using the order of operations employed by Oracle 12c when solving equations?
(Multiple Choice)
4.9/5
(28)
The asterisk symbol (*)can be used in a SELECT statement to indicate that all rows in the table should be displayed in the results.
(True/False)
4.8/5
(37)
If a column alias contains a blank space,it must be enclosed in ____.
(Multiple Choice)
4.8/5
(39)
Structure of the ORDERS table
-Which of the following is a valid SELECT statement?

(Multiple Choice)
4.8/5
(36)
The ____ for a SQL statement gives the basic structure,or rules,required to execute the statement.
(Multiple Choice)
4.8/5
(28)
Combining the contents of two or more columns is known as ____________________.
(Short Answer)
4.9/5
(32)
____________________ statements can be used to retrieve data from database tables.
(Short Answer)
4.8/5
(31)
A(n)CRBMDS is a software program that can be used to create a relational database and allows you to enter,manipulate,and retrieve data._________________________
(True/False)
4.9/5
(36)
If a column heading is longer than the assigned width of a(n)____________________ field,the column heading will be truncated.
(Short Answer)
4.9/5
(37)
A column alias must be contained within double quotation marks (" ")if it contains which of the following?
(Multiple Choice)
4.7/5
(29)
Contents of the BOOKS table
-Which of the following will display the ISBN column of the BOOKS table as the first column in its results?

(Multiple Choice)
4.8/5
(47)
A(n)WHERE statement allows a user to retrieve data from a database table._________________________
(True/False)
4.9/5
(36)
Structure of the ORDERS table
-Which of the following statements can be used to view the structure of the ORDERS table?

(Multiple Choice)
4.7/5
(43)
The names of the columns to be retrieved are listed in the ____________________ clause.
(Short Answer)
4.9/5
(29)
What are the mandatory clauses of a SELECT statement and what do they represent?
(Essay)
4.7/5
(32)
The ____________________ keyword can be included in a SELECT statement to suppress the display of duplicate data.
(Short Answer)
4.8/5
(37)
Showing 61 - 80 of 121
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)