Exam 7: Introduction to Structured Query Language Sql

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

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 a user wants to list rows in a specific order.

(Short Answer)
4.9/5
(38)

The query used to list the P_CODE, P_DESCRIPT, P_INDATE, and P_PRICE fields from the PRODUCT table in ascending order by P_PRICE is .

(Multiple Choice)
4.9/5
(34)

Only numeric data types can be added and subtracted in SQL.

(True/False)
4.9/5
(31)

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

(Multiple Choice)
4.7/5
(40)

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

(True/False)
4.8/5
(42)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(35)

The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.

(True/False)
4.9/5
(42)

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

(Short Answer)
4.8/5
(32)

Data type selection is usually dictated by the nature of the data and by the intended use.

(True/False)
4.8/5
(45)
Showing 101 - 111 of 111
close modal

Filters

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