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
Insignificant zeros displayed for numeric columns by default to show two decimal places. _________________________
(True/False)
4.9/5
(23)
When listing more than one column name in the SELECT clause of a SELECT statement, the column names must be separated by . _________________________
(True/False)
4.7/5
(24)
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
(25)
Structure of the ORDERS table
-Which of the following statements can be used to view the structure of the ORDERS table?

(Multiple Choice)
4.9/5
(36)
Choosing specific columns in a SELECT statement is known as ____________________.
(Short Answer)
4.8/5
(33)
Combining the contents of two or more columns is known as ____.
(Multiple Choice)
4.8/5
(39)
The clause identifies the table containing the data to be queried. _________________________
(True/False)
5.0/5
(35)
The ____ for a SQL statement gives the basic structure, or rules, required to execute the statement.
(Multiple Choice)
4.9/5
(35)
The command can be used to display the structure of a database table. _________________________
(True/False)
4.8/5
(36)
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.7/5
(36)
Choosing specific columns to be displayed by a SELECT statement is known as projection.
(True/False)
4.7/5
(29)
Choosing specific columns to be displayed by a SELECT statement is known as selection.
(True/False)
4.8/5
(36)
Combining the contents of two or more columns is known as . _________________________
(True/False)
4.9/5
(33)
What is the correct solution for the arithmetic expression (2+8)/2*9/3 using the order of operations employed by Oracle10g when solving equations?
(Multiple Choice)
4.9/5
(36)
Which of the following keywords can be included in a SELECT statement to suppress duplicate data?
(Multiple Choice)
4.7/5
(30)
A column alias must be contained within double quotation marks (" ") if it contains which of the following?
(Multiple Choice)
4.9/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
(30)
Concatenation refers to combining the results of several SELECT statements into one result.
(True/False)
4.9/5
(41)
Showing 61 - 80 of 122
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)