Exam 5: Data Manipulation and Transaction Control

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

The SYSDATE keyword can be used in the INSERT command to enter the computer's system date when adding a row to a table._________________________​

(True/False)
4.9/5
(32)

A(n)implicit commit is issued when the user enters and executes COMMIT; in SQL*Plus._________________________​

(True/False)
4.8/5
(36)

Which of the following commands is used to add data to an existing row in a table?​

(Multiple Choice)
4.8/5
(33)

When the INSERT command is used to add rows to a table,the column names of the table must be specified. ​

(True/False)
4.9/5
(34)

When data is added to a database table,it is automatically converted to upper-case letters.​

(True/False)
4.7/5
(41)

Regarding the INSERT statement,which of the following is correct?​

(Multiple Choice)
4.7/5
(44)

A shared lock prevents another user from performing DDL or DML operations on the table.​

(True/False)
4.9/5
(38)

A(n)____ lock will prevent any DDL operations from being performed on the locked table.​

(Multiple Choice)
4.9/5
(45)

The WHERE clause of the UPDATE command is used to specify exactly which rows should be changed._________________________​

(True/False)
4.9/5
(31)

If the SET clause of the UPDATE command is omitted,then all rows in the table will be updated with the new data value._________________________​

(True/False)
5.0/5
(26)

If non-numeric data is being added to a column,the data must be enclosed in double quotation marks.​

(True/False)
4.8/5
(28)

Which of the following is not a valid SQL command?​

(Multiple Choice)
4.9/5
(42)

The VALUES clause of the UPDATE command is used to specify the columns being updated and the new data values._________________________​

(True/False)
4.8/5
(42)

The data values being added to a table with the INSERT command must be listed in the ____________________ clause.​

(Short Answer)
4.8/5
(35)

______________________________ commands are used to modify data.​

(Short Answer)
4.9/5
(33)

Contents of the PUBLISHER table​ Contents of the PUBLISHER table​    -Which of the following commands will delete only publisher 4 from the PUBLISHER table? -Which of the following commands will delete only publisher 4 from the PUBLISHER table?

(Multiple Choice)
4.8/5
(23)

Which keyword permanently saves changed data in a table?​

(Multiple Choice)
4.8/5
(36)

The MODIFY command can be used to change existing data stored in a table.​

(True/False)
4.9/5
(42)

Contents of the PROMOTION table​ Contents of the PROMOTION table​    ​ -Which of the following SQL statements will insert a new row into the PROMOTION table?​ ​ -Which of the following SQL statements will insert a new row into the PROMOTION table?​

(Multiple Choice)
4.8/5
(37)

Which of the following is not a valid SQL command?​

(Multiple Choice)
4.7/5
(38)
Showing 41 - 60 of 136
close modal

Filters

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