Exam 2: Basic Sql Select Statements

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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  right \underline { \text { right } } -aligned when it is displayed. _________________________

(True/False)
4.8/5
(30)

A string literal must be enclosed in  double \underline { \text { double } } quotation marks. _________________________

(True/False)
4.9/5
(34)

A(n)  CRBMDS \underline { \text { CRBMDS } } 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  must \underline {\text { must } } be entered on a new line in SQL*Plus. _________________________

(True/False)
4.8/5
(34)

The  DISTINCT \underline {\text { DISTINCT } } 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)

A query can be executed in the SQL Plus \underline{\mathrm{SQL}^{*} \text { Plus }} tool. _________________________

(True/False)
4.8/5
(33)

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 Contents of the PUBLISHER table    -Based upon the contents of the PUBLISHER table, which of the following is a valid SQL statement? -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)

Which of the following commands is used to issue a query?

(Multiple Choice)
4.7/5
(35)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)