Exam 7: Introduction to Structured Query Language (SQL)

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

An example of a command you would use when making changes to a PRODUCT table is ____.

(Multiple Choice)
4.8/5
(32)

The ____________________ clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.

(Short Answer)
4.8/5
(34)

In Oracle,the ____ command is used to change the display for a column,for example,to place a $ in front of a numeric value.

(Multiple Choice)
4.7/5
(42)

____________________ words are words used by SQL to perform specific functions.

(Short Answer)
4.8/5
(34)

The ____ command is used to restore the table's contents to their previous values.

(Multiple Choice)
4.9/5
(30)

A(n)____ is an alternate name given to a column or table in any SQL statement.

(Multiple Choice)
4.8/5
(39)

A(n)____________________ is performed when data is retrieved from more than one table at a time.

(Short Answer)
4.8/5
(33)

When joining three or more tables,you need to specify a join condition for one pair of tables.

(True/False)
4.8/5
(35)

Although SQL commands can be grouped together on a single line,complex command sequences are best shown on separate lines,with space between the SQL command and the command's components.

(True/False)
4.7/5
(34)

A(n)____________________ order sequence is a multilevel ordered sequence that can be created easily by listing several attributes,separated by commas,after the ORDER BY clause.

(Short Answer)
4.9/5
(30)

The COMMIT command does not permanently save all changes.In order to do that,you must use SAVE.

(True/False)
4.8/5
(29)

What are the wildcard characters that are used with the LIKE command? Provide one or more examples of each.

(Essay)
4.8/5
(41)

The conditional LIKE must be used in conjunction with wildcard characters.

(True/False)
4.9/5
(29)

A table can be deleted from the database by using the ____________________ command.

(Short Answer)
4.9/5
(31)

A common practice is to create a(n)____________________ on any field that is used as a search key,in comparison operations in a conditional expression,or when you want to list rows in a specific order.

(Short Answer)
4.8/5
(30)

The SQL aggregate function that gives the average for the specific column is ____.

(Multiple Choice)
4.8/5
(38)

Most SQL implementations yield case-insensitive searches.

(True/False)
4.9/5
(32)

Which query will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand and display the results in a column labeled TOTVALUE?

(Multiple Choice)
4.8/5
(36)

SQL is considered difficult to learn;its command set has a vocabulary of more than 300 words.

(True/False)
4.8/5
(25)

Which query will output the table contents when the value of V_CODE is not equal to 21344?

(Multiple Choice)
4.8/5
(37)
Showing 61 - 80 of 100
close modal

Filters

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