Exam 2: Basic SQL Select Statements

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

You can include ____________________ to override the order of operations when solving arithmetic expressions.​

(Short Answer)
4.9/5
(25)

Concatenation refers to combining the results of several SELECT statements into one result.​

(True/False)
4.7/5
(28)

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.7/5
(22)

Contents of the BOOKS table Contents of the BOOKS table    -Which of the following will display the new retail price of each book as 20 percent more than it originally cost?​ -Which of the following will display the new retail price of each book as 20 percent more than it originally cost?​

(Multiple Choice)
4.9/5
(32)

​If multiple column names are listed in the SELECT clause of a SELECT statement,the columns must be separated by a comma (,).

(True/False)
4.8/5
(30)

The syntax for a SQL statement gives the basic structure required to execute the statement. ​_________________________

(True/False)
4.9/5
(25)

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

(True/False)
4.7/5
(32)

Which of the following keywords can be included in a SELECT statement to suppress duplicate data?​

(Multiple Choice)
4.9/5
(32)

When a user asks the database a question,the user is issuing a query.​

(True/False)
4.9/5
(35)

The ____________________ command can be used to display the structure of a table.​

(Short Answer)
4.8/5
(35)

If you do not want a column alias to appear in all upper case characters,the column alias must be enclosed in ____________________ marks.​

(Short Answer)
4.9/5
(39)

A(n)____ has a predefined meaning in Oracle 12c.​

(Multiple Choice)
4.8/5
(41)

Structure of the ORDERS table Structure of the ORDERS table    -Based upon the structure of the ORDERS table,the column heading for which column will be truncated in the results?​ -Based upon the structure of the ORDERS table,the column heading for which column will be truncated in the results?​

(Multiple Choice)
4.8/5
(36)

​The only required clauses for a SELECT statement are the WHERE and FROM clauses._________________________

(True/False)
4.8/5
(28)

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

(Multiple Choice)
4.7/5
(37)

What is used to indicate the end of an SQL statement?​

(Multiple Choice)
4.8/5
(37)

Contents of the PUBLISHER table Contents of the PUBLISHER table    ​ -Based upon the contents of the PUBLISHER table,which of the following SELECT statements will display the publisher's name first in the results? ​ -Based upon the contents of the PUBLISHER table,which of the following SELECT statements will display the publisher's name first in the results?

(Multiple Choice)
4.8/5
(35)

The majority of operations performed on a typical database table utilize the SELECT statement.

(True/False)
4.7/5
(33)

If a column name is entered in lower case in the SELECT statement,the data for the column will be displayed in lower case in the results.​

(True/False)
4.9/5
(37)

​If a column alias contains a blank space,it must be enclosed in double quotation marks._________________________

(True/False)
4.9/5
(38)
Showing 81 - 100 of 121
close modal

Filters

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