Exam 3: Table Creation and Management

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

A table name can be up to 30 characters in length.

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

True

The ____________________ clause of the ALTER TABLE command can be used to delete a column from an existing table.

Free
(Short Answer)
4.8/5
(42)
Correct Answer:
Verified

DROP COLUMN

Which of the following is a valid SQL statement?

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

A

Structure of the PROMOTION table Structure of the PROMOTION table    -Which of the following commands will set the MINRETAIL column of the PROMOTION table as unused? -Which of the following commands will set the MINRETAIL column of the PROMOTION table as unused?

(Multiple Choice)
4.7/5
(30)

A table name can contain a maximum of ____________________ characters.

(Short Answer)
4.8/5
(28)

The  TRUNCATE TABLE \underline { \text { TRUNCATE TABLE } } command can be used to delete a table from a database. _________________________

(True/False)
4.7/5
(36)

Structure of the CUSTOMERS table Structure of the CUSTOMERS table    -Which of the following commands will change the name of the LASTNAME column to LAST_NAME in the CUSTOMERS table? -Which of the following commands will change the name of the LASTNAME column to LAST_NAME in the CUSTOMERS table?

(Multiple Choice)
4.8/5
(41)

When using the ALTER TABLE...DROP COLUMN command, which of the following is not correct?

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(44)

What is the problem associated with changing the name of a table?

(Essay)
4.9/5
(40)

To retain the structure of a table, while deleting all its data and releasing their storage space, execute the TRUNC command.

(True/False)
4.8/5
(40)

What is the difference between truncating a table and dropping a table?

(Essay)
4.8/5
(31)

Once a column as been set as  UNUSED \underline { \text { UNUSED } } it cannot be recovered. _________________________

(True/False)
4.9/5
(27)

Which of the following commands can be used to make structural changes to an existing table?

(Multiple Choice)
4.8/5
(31)

If you are creating a new table from data contained in an existing table, new column names can be specified by including a list of column names ____.

(Multiple Choice)
4.7/5
(31)

Which of the following is displayed by the DESCRIBE command?

(Multiple Choice)
4.9/5
(31)

When defining columns for a table, which of the following symbols is used to separate the column names in the column list?

(Multiple Choice)
4.8/5
(33)

A datatype identifies the type of data to be stored in a column.

(True/False)
4.8/5
(37)

A table must have at least ____________________ column(s).

(Short Answer)
5.0/5
(37)

The maximum width of a VARCHAR2 column is 2000 characters.

(True/False)
4.8/5
(37)
Showing 1 - 20 of 132
close modal

Filters

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