Exam 2: Creating and Modifying Database Tables

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

The ____ data type stores variable-length character data.

(Multiple Choice)
4.7/5
(29)

Fixed-length character data is stored in the ____________________ data type.

(Short Answer)
4.8/5
(25)

If a user enters only a time into a DATE column,what will the date portion be set to?

(Multiple Choice)
4.8/5
(33)

A TIMESTAMP data type is the same as a DATE data type,except that time zone can be specified.

(True/False)
4.8/5
(36)

The SQL command to create a database table is an example of DML.

(True/False)
4.8/5
(41)

According to the Oracle Naming Standard,'-' (hyphen)is a legal character.

(True/False)
4.9/5
(47)

Which of the following is a table constraint?

(Multiple Choice)
4.8/5
(36)

Adding a new column to a database table is a(n)____________________ action.

(Short Answer)
4.8/5
(41)

Oracle10g stores character data in VARCHAR2 and CHAR columns using ____ encoding.

(Multiple Choice)
4.8/5
(41)

You are trying to create a table using SQL*Plus but keep receiving an Oracle error message.You cannot understand the description of the error provided by the interpreter.You have also looked-up the error code at otn.oracle.com,but you still cannot fix your sql.Describe another means you could use to find the problem in your code.

(Essay)
4.8/5
(29)

____ constraints define specific data values or data ranges that must be inserted into columns and whether values must be unique or not NULL.

(Multiple Choice)
4.9/5
(35)

A NOT NULL constraint is an example of a table constraint.

(True/False)
4.8/5
(36)

If the column S_ID is the primary key of the STUDENT table,the constraint name would be pk_STUDENT_S_ID according to the constraint naming convention.

(True/False)
4.7/5
(33)

Which of the following is not automatically transferred to a new table name upon renaming a table?

(Multiple Choice)
4.8/5
(30)

It is possible to temporarily disable constraints in an Oracle database.

(True/False)
4.8/5
(39)

Almost all relational database vendors support the ____ ANSI standard.

(Multiple Choice)
4.9/5
(35)

____ commands are used to add new database objects.

(Multiple Choice)
4.9/5
(27)

The following declaration represents a floating-point number: my_number NUMBER.

(True/False)
4.9/5
(34)

Which of the following declarations would be most appropriate for storing a dollar value up to $1000?

(Multiple Choice)
4.9/5
(34)

A(n)____________________ column stores binary data of up to 4 GB in the database.

(Short Answer)
4.7/5
(35)
Showing 81 - 100 of 100
close modal

Filters

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