Exam 3: Table Creation and Management

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

The precision of a NUMBER does not include the decimal point itself in the total number of digits that can be stored in a column.

(True/False)
4.7/5
(34)

The  MODIFY \underline { \text { MODIFY } } clause can be used with the ALTER TABLE command to add a column to an existing table. _________________________

(True/False)
4.8/5
(32)

Which of the following datatypes refers to variable-length character data, where n represents the maximum length of the column?

(Multiple Choice)
4.8/5
(29)

A CHAR column cannot be resized to a width that is smaller than the data it already contains.

(True/False)
4.8/5
(43)

Each ____________________ name within a table must be unique.

(Short Answer)
4.9/5
(33)

The column definition of NUMBER(7, 4) indicates a precision of ____.

(Multiple Choice)
4.7/5
(37)

What is the difference between dropping a column with the DROP COLUMN clause and setting a column as unused with the SET UNUSED clause?

(Essay)
4.8/5
(29)

Which of the following symbols cannot be used in a table name?

(Multiple Choice)
4.8/5
(33)

The width of a NUMBER column cannot be  changed \underline { \text { changed } } once it contains data. _________________________

(True/False)
4.8/5
(34)

Which of the following SQL*Plus commands will display the structure of a table?

(Multiple Choice)
4.8/5
(34)

The DROP COLUMN clause of the ALTER TABLE command can only be used to  delete \underline { \text { delete } } one column at a time. _________________________

(True/False)
4.7/5
(42)

Once a table is ____________________, any associated indexes will be removed from the database.

(Short Answer)
4.8/5
(46)
Showing 121 - 132 of 132
close modal

Filters

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