Filters
Question type

Study Flashcards

The SELECT clause of the SELECT statement is used to identify which rows are to be retrieved from a specified table.

A) True
B) False

Correct Answer

verifed

verified

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. _________________________

A) True
B) False

Correct Answer

verifed

verified

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


A) QUER
B) FROM
C) SELECT
D) QUESTION

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

To indicate which database table contains the data to be selected by a query, the table name should be listed in the ____ clause.


A) SELECT
B) FROM
C) WHERE
D) HAVING

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

By default, data within a character or data column is  right ‾\underline { \text { right } } -aligned when it is displayed. _________________________

A) True
B) False

Correct Answer

verifed

verified

Each clause of a SELECT statement  must ‾\underline {\text { must } } be entered on a new line in SQL*Plus. _________________________

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

Explain how the DISTINCT keyword effects a SELECT statement that lists two columns in the SELECT clause.

Correct Answer

verifed

verified

The DISTINCT keyword will only suppress ...

View Answer

SQL*Plus is an Oracle tool used to enter and edit SQL statements.

A) True
B) False

Correct Answer

verifed

verified

The optional keyword ____________________ can be used to distinguish between a column name and a column alias.

Correct Answer

verifed

verified

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? A)  SELECT contact Contact's Name FROM publisher; B)  SELECT contact, name FROM publisher; C)  SELECT publisherID FROM publisher; D)  SELECT name FROM publishers; -Based upon the contents of the PUBLISHER table, which of the following is a valid SQL statement?


A) SELECT contact Contact's Name
FROM publisher;
B) SELECT contact, name
FROM publisher;
C) SELECT publisherID
FROM publisher;
D) SELECT name
FROM publishers;

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

If a column heading is longer than the assigned width of a(n) ____________________ field, the column heading will be truncated.

Correct Answer

verifed

verified

If a column alias contains a blank space, it must be enclosed in ____.


A) single quotation marks (' ')
B) double quotation marks (" ")
C) asterisks (* *)
D) percent signs (% %)

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

The following arithmetic operations can be performed in the SELECT clause of a SELECT statement: addition (+), subtraction (-), multiplication (*), division (/), and exponential (^).

A) True
B) False

Correct Answer

verifed

verified

When resolving arithmetic expressions, Oracle10g always performs the operations by starting on the ____________________ side of the expression.

Correct Answer

verifed

verified

The  DISTINCT ‾\underline {\text { DISTINCT } } keyword can be used to indicate that duplicate data should be suppressed in the results of a query. _________________________

A) True
B) False

Correct Answer

verifed

verified

The optional keyword AS can be used to indicate that the subsequent string of characters is a column alias.

A) True
B) False

Correct Answer

verifed

verified

Which of the following symbols represents all the columns contained in a table?


A) /
B) ;
C) *
D) ^

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

The columns displayed in the results of a SELECT statement will be in the same order as they are stored in the database table.

A) True
B) False

Correct Answer

verifed

verified

Showing 41 - 60 of 122

Related Exams

Show Answer