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
You can include ____________________ to override the order of operations when solving arithmetic expressions.
(Short Answer)
4.9/5
(25)
Concatenation refers to combining the results of several SELECT statements into one result.
(True/False)
4.7/5
(28)
Contents of the PUBLISHER table
-Based upon the contents of the PUBLISHER table,which of the following is a valid SQL statement?

(Multiple Choice)
4.7/5
(22)
Contents of the BOOKS table
-Which of the following will display the new retail price of each book as 20 percent more than it originally cost?

(Multiple Choice)
4.9/5
(32)
If multiple column names are listed in the SELECT clause of a SELECT statement,the columns must be separated by a comma (,).
(True/False)
4.8/5
(30)
The syntax for a SQL statement gives the basic structure required to execute the statement.
_________________________
(True/False)
4.9/5
(25)
Parentheses can be used to override the order of operations in an arithmetic expression.
(True/False)
4.7/5
(32)
Which of the following keywords can be included in a SELECT statement to suppress duplicate data?
(Multiple Choice)
4.9/5
(32)
When a user asks the database a question,the user is issuing a query.
(True/False)
4.9/5
(35)
The ____________________ command can be used to display the structure of a table.
(Short Answer)
4.8/5
(35)
If you do not want a column alias to appear in all upper case characters,the column alias must be enclosed in ____________________ marks.
(Short Answer)
4.9/5
(39)
Structure of the ORDERS table
-Based upon the structure of the ORDERS table,the column heading for which column will be truncated in the results?

(Multiple Choice)
4.8/5
(36)
The only required clauses for a SELECT statement are the WHERE and FROM clauses._________________________
(True/False)
4.8/5
(28)
What is the correct answer for the arithmetic expression 9+2*3-2 using the order of operations employed by Oracle 12c when solving equations?
(Multiple Choice)
4.7/5
(37)
Contents of the PUBLISHER table
-Based upon the contents of the PUBLISHER table,which of the following SELECT statements will display the publisher's name first in the results?

(Multiple Choice)
4.8/5
(35)
The majority of operations performed on a typical database table utilize the SELECT statement.
(True/False)
4.7/5
(33)
If a column name is entered in lower case in the SELECT statement,the data for the column will be displayed in lower case in the results.
(True/False)
4.9/5
(37)
If a column alias contains a blank space,it must be enclosed in double quotation marks._________________________
(True/False)
4.9/5
(38)
Showing 81 - 100 of 121
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)