Exam 3: Table Creation and Management

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

The ____________________ datatype is used to store fixed length data.

(Short Answer)
4.7/5
(28)

Data  manipulation \underline { \text { manipulation } } language commands are used to create or modify database tables. _________________________

(True/False)
4.7/5
(36)

Structure of the PROMOTION table Structure of the PROMOTION table    -A _______ column generates values automatically at runtime and may reference values from other columns. -A _______ column generates values automatically at runtime and may reference values from other columns.

(Multiple Choice)
4.7/5
(29)

A database ____________________ is a defined, self-contained structure in Oracle11g.

(Short Answer)
4.8/5
(37)

To delete all the rows in a table and free up the storage space that was occupied by those rows, the ____ command should be used.

(Multiple Choice)
4.7/5
(27)

The ALPHANUMERIC datatype can be used to store characters and numbers to a maximum width of 2000.

(True/False)
4.8/5
(35)

When adding a column to an existing table, the ____________________ clause must be used with the ALTER TABLE command.

(Short Answer)
4.9/5
(41)

Which of the following terms refers to commands that are used to create or modify database tables?

(Multiple Choice)
4.8/5
(40)

The default format of a DATE column in Oracle11g is DD-MON-YY.

(True/False)
4.8/5
(22)

Structure of the PROMOTION table Structure of the PROMOTION table    -Which of the following commands will change the name of the PROMOTION table to GIFT? -Which of the following commands will change the name of the PROMOTION table to GIFT?

(Multiple Choice)
4.8/5
(39)

Structure of the CUSTOMERS table Structure of the CUSTOMERS table    -Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME column from 10 to 14? -Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME column from 10 to 14?

(Multiple Choice)
4.9/5
(23)

The data contained in a dropped table can be retrieved if the  DROP \underline { \text { DROP } } option was not used in the DROP TABLE command. _________________________

(True/False)
4.9/5
(35)

Which command is used to rename a table you own?

(Multiple Choice)
4.8/5
(32)

A table name can consist of numbers, letters, and blank spaces.

(True/False)
4.9/5
(38)

The syntax of the  CREATE TABLE \underline { \text { CREATE TABLE } } command requires that the column list be enclosed in parentheses. _________________________

(True/False)
4.8/5
(33)

The CREATE TABLE cannot contain a subquery.

(True/False)
4.8/5
(35)

A table that has been dropped without the PURGE option can be retrieved using the FLASHBACK TABLE command.

(True/False)
4.8/5
(36)

 DDL \underline { \text { DDL } } commands are used to create or modify database objects. _________________________

(True/False)
4.8/5
(33)

When defining columns for a table in the CREATE TABLE command, the column list must be enclosed in which of the following symbols?

(Multiple Choice)
4.8/5
(32)

The  CREATE TABLE \underline { \text { CREATE TABLE } } command is used to create a table in Oracle11g. _________________________

(True/False)
5.0/5
(38)
Showing 21 - 40 of 132
close modal

Filters

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