Exam 3: Table Creation and Management

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

Which of the following is a valid table name?

(Multiple Choice)
5.0/5
(36)

_________________________ commands are used to create database objects.

(Short Answer)
4.9/5
(39)

The DELETE TABLE command can be used to remove a table from a database.

(True/False)
4.9/5
(30)

The INTERVAL datatype can be used to identify a specific interval, or amount, of time.

(True/False)
4.8/5
(34)

A DATE column consists of ____________________ bytes.

(Short Answer)
4.8/5
(31)

A column name can consist of up to 225 characters.

(True/False)
4.9/5
(37)

The DROP UNUSED COLUMNS clause can be used with the ____________________ command to delete any column previously set as unused.

(Short Answer)
4.8/5
(32)

The  DELETE TABLE \underline { \text { DELETE TABLE } } command can be used to delete all the data stored in a table and release the storage space, yet retain the structure of the table. _________________________

(True/False)
4.8/5
(41)

You cannot specify the width for a(n)  NUMBER \underline { \text { NUMBER } } column. _________________________

(True/False)
4.8/5
(45)

Once a column has been set as UNUSED, which of the following is correct?

(Multiple Choice)
4.7/5
(38)

The default size of a VARCHAR2 column is one character.

(True/False)
4.9/5
(24)

A column's ____________________ identifies the type of data that can be stored in a column.

(Short Answer)
4.8/5
(39)

A table must contain a minimum of  two \underline { \text { two } } columns. _________________________

(True/False)
5.0/5
(37)

If you are creating a new table containing four columns from an existing table and want to change the name of one of the columns when it is created in the new table, add a column list containing ____ names in the CREATE TABLE clause.

(Multiple Choice)
4.8/5
(35)

The ____________________ clause of the ALTER TABLE command can be used to change the size of a column.

(Short Answer)
4.9/5
(28)

The ____________________ of a NUMBER column indicates the total number of digits that can be stored in the column.

(Short Answer)
4.8/5
(29)

The DROP COLUMN clause of the ALTER TABLE command can be used to drop a maximum of ____________________ column(s) at a time.

(Short Answer)
5.0/5
(20)

The ____________________ keyword must be used with the CREATE TABLE command if the table is being created from a subquery.

(Short Answer)
4.9/5
(37)

The maximum width of the NUMBER datatype is ____ digits.

(Multiple Choice)
4.9/5
(32)

What is the maximum width that can be assigned to a DATE column?

(Multiple Choice)
4.9/5
(32)
Showing 41 - 60 of 132
close modal

Filters

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