Exam 6: Updating Data

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

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

(Multiple Choice)
4.9/5
(42)

You can change the characteristics of existing columns by using the ____________________ clause of the ALTER TABLE command.​

(Short Answer)
4.8/5
(41)

To change rows for which a specific condition is true,use the ____ command​

(Multiple Choice)
4.9/5
(33)

Which of the following is a valid SQL command?​

(Multiple Choice)
4.9/5
(41)

In SQL Server,the word NULL appears in the results when a column contains a null value.

(True/False)
4.8/5
(40)

If you specify NOT NULL for a column when you create a table,you are prohibited from changing a value in the column to null.

(True/False)
4.9/5
(36)

If the Autocommit mode is turned off,you can cancel updates at any time during your current work session.

(True/False)
4.9/5
(41)

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.8/5
(32)

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

(Short Answer)
4.9/5
(43)

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

(Short Answer)
4.7/5
(36)

Describe the format of the ALTER TABLE command to add a new column.​

(Essay)
5.0/5
(34)

If you have not run the COMMIT command,executing the ____ command will reverse all updates made during the current work session.​

(Multiple Choice)
4.8/5
(39)

What happens if you run a DELETE command that does not contain a WHERE clause?​

(Multiple Choice)
4.8/5
(41)

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.8/5
(40)

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.9/5
(46)

Describe the format for the UPDATE command.​

(Essay)
4.8/5
(36)

You can increase the length of column but you cannot decrease the length of a column.

(True/False)
4.8/5
(49)

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

(True/False)
5.0/5
(38)

Before beginning the updates for a transaction,commit any previous updates by executing the ____________________ command.​

(Short Answer)
4.8/5
(41)

Access does not support the ____ data type.​

(Multiple Choice)
4.8/5
(46)
Showing 41 - 60 of 75
close modal

Filters

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