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
When resolving arithmetic expressions, Oracle10g always performs the operations by starting on the ____________________ side of the expression.
(Short Answer)
4.9/5
(34)
SQL*Plus is an Oracle tool used to enter and edit SQL statements.
(True/False)
4.9/5
(26)
The optional keyword AS can be used to indicate that the subsequent string of characters is a column alias.
(True/False)
4.9/5
(36)
The SELECT clause of the SELECT statement is used to identify which rows are to be retrieved from a specified table.
(True/False)
4.9/5
(35)
If a column heading is longer than the assigned width of a(n) ____________________ field, the column heading will be truncated.
(Short Answer)
4.8/5
(36)
By default, data within a character or data column is -aligned when it is displayed. _________________________
(True/False)
4.8/5
(30)
A string literal must be enclosed in quotation marks. _________________________
(True/False)
4.9/5
(34)
A(n) 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
(37)
Each clause of a SELECT statement be entered on a new line in SQL*Plus. _________________________
(True/False)
4.8/5
(34)
The keyword can be used to indicate that duplicate data should be suppressed in the results of a query. _________________________
(True/False)
4.9/5
(37)
The columns displayed in the results of a SELECT statement will be in the same order as they are stored in the database table.
(True/False)
4.9/5
(36)
The optional keyword ____________________ can be used to distinguish between a column name and a column alias.
(Short Answer)
4.9/5
(40)
Explain how the DISTINCT keyword effects a SELECT statement that lists two columns in the SELECT clause.
(Essay)
4.9/5
(34)
Which of the following symbols represents all the columns contained in a table?
(Multiple Choice)
4.8/5
(37)
To indicate which database table contains the data to be selected by a query, the table name should be listed in the ____ clause.
(Multiple Choice)
4.9/5
(36)
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.9/5
(30)
If a column alias contains a blank space, it must be enclosed in ____.
(Multiple Choice)
4.8/5
(34)
The following arithmetic operations can be performed in the SELECT clause of a SELECT statement: addition (+), subtraction (-), multiplication (*), division (/), and exponential (^).
(True/False)
4.9/5
(33)
Showing 41 - 60 of 122
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)