Exam 7: Introduction to Structured Query Language (SQL)

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

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

(True/False)
4.9/5
(31)

Most SQL implementations yield case-insensitive searches.

(True/False)
4.9/5
(38)

Any changes made to the contents of a table are not physically saved on disk until you use the SAVE <table name> command.

(True/False)
4.8/5
(17)

If your integer values are relatively small,use ____________________ instead of INT.

(Short Answer)
4.9/5
(28)

To delete an index,use the ____________________ command.

(Short Answer)
4.8/5
(33)

You can select partial table contents by naming the desired fields and by placing restrictions on the rows to be included in the output.

(True/False)
4.8/5
(41)

The ____ command would be used to delete the table row where the P_CODE is 'BRT-345'.

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(32)

To join tables,simply enumerate the tables in the FROM clause of the SELECT statement.The DBMS will create a Cartesian product of every table in the FROM clause.To get the correct results,you need to select the rows in which the common attributes do not match.

(True/False)
4.9/5
(34)

COUNT is designed to tally the number of non-null "values" of an attribute,and is often used in conjunction with the DISTINCT clause.

(True/False)
4.9/5
(37)

Which of the following is used to select partial table contents?

(Multiple Choice)
4.8/5
(36)

Which query will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand?

(Multiple Choice)
4.9/5
(35)

The basic SQL vocabulary has fewer than ____________________ words.

(Short Answer)
4.8/5
(35)

The ANSI prescribes a standard SQL-the current fully approved version is known as SQL-07.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(33)

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

(Multiple Choice)
4.8/5
(38)

Which query will output the table contents when the value of P_PRICE is less than or equal to 10?

(Multiple Choice)
4.7/5
(32)

The SQL command that lets you select attributes from rows in one or more tables is ____.

(Multiple Choice)
4.8/5
(33)

The ____ command is used with the ALTER TABLE command to modify the table by deleting a column.

(Multiple Choice)
4.8/5
(24)

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

(True/False)
4.9/5
(39)
Showing 61 - 80 of 100
close modal

Filters

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