Exam 6: Updating Data

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

You cannot change the characteristics of existing columns.

(True/False)
4.9/5
(36)

If you specified ____________________ for the column when you created the table, then changing a value in a column to null is prohibited.

(Short Answer)
4.8/5
(38)

In Oracle 10g, a null value is displayed as a hyphen.

(True/False)
4.8/5
(38)

In Oracle, use the ____________________ command to display the structure of a table.

(Short Answer)
4.7/5
(28)

You can delete a table that is no longer needed by using the ____________________ TABLE command.

(Short Answer)
4.8/5
(36)

You can create a new table using data in an existing table.

(True/False)
4.9/5
(36)

____ is the default transaction mode in Oracle and commits each action query as soon as the user executes the query.

(Multiple Choice)
4.8/5
(32)

In a transaction, it is acceptable if some steps fail.

(True/False)
4.8/5
(41)

In a transaction, if you can complete all updates successfully, execute the ____________________ command after completing the final update.

(Short Answer)
4.8/5
(33)

Which of the following is a valid SQL command?

(Multiple Choice)
4.8/5
(30)

The ADD clause consists of the word ADD followed by the name of the ____________________ to be added, followed by the characteristics.

(Short Answer)
4.8/5
(45)

One of the nicest features of a relational DBMS, such as Oracle, is the ease with which you can change table structures.

(True/False)
4.9/5
(37)

There are table structure changes that are beyond the capabilities of SQL.

(True/False)
5.0/5
(32)

With SQL, you can change a table's structure by using the ____________________ command.

(Short Answer)
4.8/5
(41)

To add a new column, use the ____________________ clause of the ALTER TABLE command.

(Short Answer)
4.8/5
(35)

You use the ____________________ command to remove rows from a table.

(Short Answer)
4.8/5
(39)

During your current work session you can save your changes immediately by executing the ____________________ command.

(Short Answer)
4.9/5
(36)

You can use the ____ clause of the ALTER TABLE command to change a column that currently rejects null values so that it will accept null values.

(Multiple Choice)
4.7/5
(40)

In Access, use the Documenter tool to show the layout of a table.

(True/False)
4.9/5
(36)

You cannot use a compound condition with an UPDATE command.

(True/False)
4.8/5
(41)
Showing 41 - 60 of 75
close modal

Filters

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