Exam 2: Basic SQL Select Statements

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

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

(Multiple Choice)
4.8/5
(39)

Which of the following types of columns will automatically right-align the data when it is displayed?​

(Multiple Choice)
4.8/5
(26)

Which of the following keywords can be used to indicate that a column alias should be included in the results?​

(Multiple Choice)
4.8/5
(29)

What is the correct answer for the arithmetic expression 9+2*(3-4)using the order of operations employed by Oracle 12c when solving equations?​

(Multiple Choice)
4.9/5
(28)

The asterisk symbol (*)can be used in a SELECT statement to indicate that all rows in the table should be displayed in the results.​

(True/False)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(39)

Structure of the ORDERS table Structure of the ORDERS table    -Which of the following is a valid SELECT statement?​ -Which of the following is a valid SELECT statement?​

(Multiple Choice)
4.8/5
(36)

The ____ for a SQL statement gives the basic structure,or rules,required to execute the statement.​

(Multiple Choice)
4.8/5
(28)

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

(Short Answer)
4.9/5
(32)

____________________ statements can be used to retrieve data from database tables.​

(Short Answer)
4.8/5
(31)

A(n)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
(36)

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

(Short Answer)
4.9/5
(37)

A column alias must be contained within double quotation marks (" ")if it contains which of the following?​

(Multiple Choice)
4.7/5
(29)

Contents of the BOOKS table Contents of the BOOKS table    -Which of the following will display the ISBN column of the BOOKS table as the first column in its results?​ -Which of the following will display the ISBN column of the BOOKS table as the first column in its results?​

(Multiple Choice)
4.8/5
(47)

A ____________________ is used to end a SQL statement.

(Short Answer)
4.9/5
(32)

A(n)WHERE statement allows a user to retrieve data from a database table.​_________________________

(True/False)
4.9/5
(36)

Structure of the ORDERS table Structure of the ORDERS table    -Which of the following statements can be used to view the structure of the ORDERS table?​ -Which of the following statements can be used to view the structure of the ORDERS table?​

(Multiple Choice)
4.7/5
(43)

The names of the columns to be retrieved are listed in the ____________________ clause.​

(Short Answer)
4.9/5
(29)

What are the mandatory clauses of a SELECT statement and what do they represent?​

(Essay)
4.7/5
(32)

The ____________________ keyword can be included in a SELECT statement to suppress the display of duplicate data.​

(Short Answer)
4.8/5
(37)
Showing 61 - 80 of 121
close modal

Filters

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