Exam 5: Beginning Structured Query Language Sql

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

UPDATE tablename ***** [WHERE conditionlist]; The ____ command replaces the ***** in the syntax of the UPDATE command, shown above.

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

A

A(n) ____________________ is a logical group of database objects, such as tables and indexes, that are related to each other.

Free
(Short Answer)
4.9/5
(35)
Correct Answer:
Verified

schema

DATE() and SYSDATE are special functions that return today's date in MS Access and ____________________, respectively.

Free
(Short Answer)
4.9/5
(41)
Correct Answer:
Verified

Oracle

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

(Multiple Choice)
4.9/5
(34)

SQL allows the use of logical restrictions on its inquiries such as OR, AND, and NOT.

(True/False)
4.8/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
(38)

Which query will list all the rows in which the inventory stock dates occur on or after January 20, 2010?

(Multiple Choice)
4.8/5
(34)

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

(True/False)
4.9/5
(42)

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

(Multiple Choice)
4.8/5
(35)

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

(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
(27)

A(n) ____________________ character is a symbol that can be used as a general substitute for other characters or commands.

(Short Answer)
4.9/5
(37)

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
(30)

What is a schema? How many schemas can be used in one database?

(Essay)
4.8/5
(37)

The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME, V_AREACODE, V_PHONE, and V_CONTACT fields from the VENDOR table where the values of V_CODE match is ____.

(Multiple Choice)
4.7/5
(31)

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

A specialty field in mathematics, known as ____________________ algebra, is dedicated to the use of logical operators.

(Short Answer)
4.9/5
(44)

A database language enables the user to perform complex queries designed to transform the raw data into useful information.

(True/False)
4.7/5
(36)

To delete an index, use the ____________________ command.

(Short Answer)
4.7/5
(22)

Some RDBMSs, such as Oracle, automatically ____ data changes when issuing data definition commands.

(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 100
close modal

Filters

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