Filters
Question type

Study Flashcards

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

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

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


A) ​blank spaces
B) ​special symbols
C) ​characters that should be displayed in lower or mixed case
D) ​all of the above

Correct Answer

verifed

verified

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


A) ​ALIAS
B) ​AS
C) ​SELECT
D) ​FROM

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

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


A) ​keywords
B) ​sequence
C) ​syntax
D) ​clauses

Correct Answer

verifed

verified

Structure of the ORDERS table Structure of the ORDERS table    -Which of the following is a valid SELECT statement?​ A)  ​SELECT order# || ' was shipped on ' || shipdate; B)  ​SELECT order# ||   was shipped on   || shipdate; C)  ​none of the above D)  ​SELECT order#,|| ' was shipped on ' || shipdate; -Which of the following is a valid SELECT statement?​


A) ​SELECT order# || ' was shipped on ' || shipdate;
B) ​SELECT order# || " was shipped on " || shipdate;
C) ​none of the above
D) ​SELECT order#,|| ' was shipped on ' || shipdate;

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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?​ A)  ​both a and c above B)  ​SELECT ISBN,title FROM books; C)  ​SELECT * FROM books; D)  ​SELECT DISTINCT category,ISBN FROM books; -Which of the following will display the ISBN column of the BOOKS table as the first column in its results?​


A) ​both a and c above
B) ​SELECT ISBN,title FROM books;
C) ​SELECT * FROM books;
D) ​SELECT DISTINCT category,ISBN FROM books;

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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?​


A) ​7
B) ​-18
C) ​9
D) ​-11

Correct Answer

verifed

verified

A ____________________ is used to end a SQL statement.

Correct Answer

verifed

verified

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?​ A)  ​SELECT * FROM orders; B)  ​LIST ORDERS; C)  ​DESCRIBE ORDERS D)  ​none of the above -Which of the following statements can be used to view the structure of the ORDERS table?​


A) ​SELECT * FROM orders;
B) ​LIST ORDERS;
C) ​DESCRIBE ORDERS
D) ​none of the above

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

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


A) ​numeric
B) ​character
C) ​alphanumeric
D) ​date

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The only mandatory clauses of a SELECT s...

View Answer

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

Correct Answer

verifed

verified

Showing 61 - 80 of 121

Related Exams

Show Answer