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
Contents of the PUBLISHER table
-Based upon the contents of the PUBLISHER table, which of the following SQL statements will display only two columns in the results?

(Multiple Choice)
4.8/5
(30)
When a user asks the database a question, the user is issuing a query.
(True/False)
4.8/5
(37)
When should double-quotation marks (" ") be used in a SELECT statement?
(Essay)
4.7/5
(38)
Which of the following types of columns will automatically left-align the column heading when it is displayed?
(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)
Oracle11g comes in ________________________________________ editions.
(Short Answer)
4.8/5
(29)
Contents of the PUBLISHER table
-Based upon the contents of the PUBLISHER table, which of the following is not a valid SQL statement?

(Multiple Choice)
4.9/5
(32)
The name of the table containing the data to be retrieved is specified in the ____________________ clause.
(Short Answer)
4.8/5
(34)
Structure of the ORDERS table
-Which of the following is a valid SELECT statement?

(Multiple Choice)
4.8/5
(29)
Contents of the BOOKS table
-Which of the following is a valid SQL statement?

(Multiple Choice)
4.7/5
(31)
What is the correct answer for the arithmetic expression 9+2*3-2 using the order of operations employed by Oracle10g when solving equations?
(Multiple Choice)
4.8/5
(33)
A clause is a section within a SQL statement that begins with a keyword.
(True/False)
4.9/5
(29)
A double backslash (\\) is used to indicate concatenation in a SELECT statement.
(True/False)
4.8/5
(37)
In an arithmetic expression, multiplication and ____________________ are always solved first in Oracle11g.
(Short Answer)
4.8/5
(41)
The majority of operations performed on a typical database table utilize the SELECT statement.
(True/False)
4.9/5
(36)
Parentheses can be used to override the order of operations in an arithmetic expression.
(True/False)
4.9/5
(39)
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.8/5
(43)
What is the correct answer for the arithmetic expression 9+2*(3-4) using the order of operations employed by Oracle10g when solving equations?
(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 122
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)