Exam 2: Basic SQL Select Statements

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

Which of the following symbols can be used to combine data from different columns into one column of output?​

(Multiple Choice)
4.8/5
(37)

A query is accomplished by issuing a SELECT statement.​

(True/False)
4.8/5
(34)

Parentheses can be used to override the order of operations in an arithmetic expression._________________________​

(True/False)
4.9/5
(33)

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

(True/False)
4.7/5
(31)

Structure of the ORDERS table Structure of the ORDERS table    -Which of the following is a valid SQL statement to retrieve data from the ORDERS table?​ -Which of the following is a valid SQL statement to retrieve data from the ORDERS table?​

(Multiple Choice)
4.9/5
(35)

A(n)____________________ is included in the SELECT clause to indicate that all columns in the specified table should be listed in the results.​

(Short Answer)
4.7/5
(28)

The entire column heading for a column will be displayed,regardless of the assigned width of the column,if the column is defined as a(n)____ column.​

(Multiple Choice)
4.9/5
(39)

A string literal must be enclosed in double quotation marks._________________________​

(True/False)
4.9/5
(27)

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

(Multiple Choice)
4.8/5
(36)

The use of a column alias in the SELECT clause can be designated by the keyword ALIAS._________________________

(True/False)
4.9/5
(35)

By default,data within a numeric column is right-aligned when it is displayed._________________________​

(True/False)
4.8/5
(37)

SQL*Plus can only be accessed via an internet interface.

(True/False)
4.9/5
(28)

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

(True/False)
4.7/5
(36)

​If you assign a column alias to a column,it must be enclosed in double quotation marks (" ").

(True/False)
4.8/5
(36)

By default,data within a character or data column is right-aligned when it is displayed._________________________​

(True/False)
4.8/5
(41)

A SELECT statement is also referred to as a ____________________.​

(Short Answer)
5.0/5
(30)

Choosing specific columns to be displayed by a SELECT statement is known as projection.​

(True/False)
4.8/5
(35)

Structure of the ORDERS table Structure of the ORDERS table    -Based upon the structure of the ORDERS table,which of the following is a valid SQL statement?​ -Based upon the structure of the ORDERS table,which of the following is a valid SQL statement?​

(Multiple Choice)
4.7/5
(38)

Which of the following statements is correct?​

(Multiple Choice)
4.8/5
(30)

​A string literal must be enclosed in ____.

(Multiple Choice)
4.8/5
(34)
Showing 101 - 120 of 121
close modal

Filters

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