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 symbols can be used to combine data from different columns into one column of output?
(Multiple Choice)
4.8/5
(37)
Parentheses can be used to override the order of operations in an arithmetic expression._________________________
(True/False)
4.9/5
(33)
The following arithmetic operations can be performed in the SELECT clause of a SELECT statement: addition (+),subtraction (-),multiplication (*),division (/),and exponential (^).
(True/False)
4.7/5
(31)
Structure of the ORDERS table
-Which of the following is a valid SQL statement to retrieve data from the ORDERS table?

(Multiple Choice)
4.9/5
(35)
A(n)____________________ is included in the SELECT clause to indicate that all columns in the specified table should be listed in the results.
(Short Answer)
4.7/5
(28)
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.9/5
(39)
A string literal must be enclosed in double quotation marks._________________________
(True/False)
4.9/5
(27)
Combining the contents of two or more columns is known as ____.
(Multiple Choice)
4.8/5
(36)
The use of a column alias in the SELECT clause can be designated by the keyword ALIAS._________________________
(True/False)
4.9/5
(35)
By default,data within a numeric column is right-aligned when it is displayed._________________________
(True/False)
4.8/5
(37)
The SELECT clause of the SELECT statement is used to identify which rows are to be retrieved from a specified table.
(True/False)
4.7/5
(36)
If you assign a column alias to a column,it must be enclosed in double quotation marks (" ").
(True/False)
4.8/5
(36)
By default,data within a character or data column is right-aligned when it is displayed._________________________
(True/False)
4.8/5
(41)
A SELECT statement is also referred to as a ____________________.
(Short Answer)
5.0/5
(30)
Choosing specific columns to be displayed by a SELECT statement is known as projection.
(True/False)
4.8/5
(35)
Structure of the ORDERS table
-Based upon the structure of the ORDERS table,which of the following is a valid SQL statement?

(Multiple Choice)
4.7/5
(38)
Showing 101 - 120 of 121
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)