Exam 2: Basic SQL Select Statements

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

​By default,a column alias is displayed in lower case characters in the results.

(True/False)
4.8/5
(36)

​In a(n)SELECT statement,keywords,table names,and column names are not case sensitive._________________________

(True/False)
4.9/5
(31)

The ALL option can be used in the SELECT clause to indicate that all columns should be retrieved._________________________

(True/False)
4.8/5
(36)

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

(Short Answer)
4.7/5
(32)

Contents of the PUBLISHER table Contents of the PUBLISHER table    ​ -Based upon the contents of the PUBLISHER table,which of the following SQL statements will execute without returning an error message?​ ​ -Based upon the contents of the PUBLISHER table,which of the following SQL statements will execute without returning an error message?​

(Multiple Choice)
4.9/5
(39)

In an arithmetic expression,multiplication and ____________________ are always solved first in Oracle 12c.​

(Short Answer)
4.9/5
(36)

If the results of a SELECT statement include more than one column of data,the column names must be separated in the SELECT clause by which of the following symbols?​

(Multiple Choice)
4.9/5
(33)

By default,the data for character fields are displayed ____________________ aligned when they are displayed.​

(Short Answer)
4.9/5
(40)

Contents of the BOOKS table Contents of the BOOKS table    -Based upon the contents of the BOOKS table,which of the following columns will be displayed with a right-aligned column heading?​ -Based upon the contents of the BOOKS table,which of the following columns will be displayed with a right-aligned column heading?​

(Multiple Choice)
4.8/5
(37)

​The DIST or UNIQ keywords can be used to suppress duplicate data in the results of a SELECT statement.

(True/False)
4.8/5
(29)

The name of the table containing the data to be retrieved is specified in the ____________________ clause.​

(Short Answer)
4.8/5
(33)

Which of the following are case sensitive in Oracle 12c?​

(Multiple Choice)
4.9/5
(38)

​Each section of a statement that begins with a keyword is known as a(n)buffer._________________________

(True/False)
4.8/5
(33)

Contents of the BOOKS table Contents of the BOOKS table    -Based upon the contents of the BOOKS table,which of the following SQL statements will display two columns in its output?​ -Based upon the contents of the BOOKS table,which of the following SQL statements will display two columns in its output?​

(Multiple Choice)
4.9/5
(31)

When should double-quotation marks (" ")be used in a SELECT statement?​

(Essay)
4.7/5
(37)

Insignificant zeros are displayed for numeric columns by default to show two decimal places._________________________​

(True/False)
4.9/5
(35)

Combining the contents of two or more columns is known as projection._________________________​

(True/False)
4.8/5
(31)

Contents of the BOOKS table Contents of the BOOKS table    -Which of the following is a valid SQL statement?​ -Which of the following is a valid SQL statement?​

(Multiple Choice)
4.7/5
(38)

The SELECT command can be used to display the structure of a database table._________________________​

(True/False)
4.8/5
(28)

Choosing specific columns in a SELECT statement is known as ____________________.​

(Short Answer)
4.8/5
(35)
Showing 21 - 40 of 121
close modal

Filters

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