Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle 12C SQL
Quiz 5: Data Manipulation and Transaction Control
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
The variable name of a substitution variable is preceded by a(n)
percent sign
._________________________
Question 42
True/False
When DDL operations are performed,Oracle 12c will automatically place a(n)
shared
lock on the table._________________________
Question 43
True/False
A(n)
exclusive
lock is automatically obtained when the user executes the SELECT...FOR UPDATE command._________________________
Question 44
True/False
If the WHERE clause is omitted from the DELETE command,then all
columns
from the database table will be dropped._________________________
Question 45
True/False
A(n)
implicit
commit is issued when the user enters and executes COMMIT; in SQL*Plus._________________________
Question 46
True/False
A table can be locked in
SHARE MODE
or EXCLUSIVE MODE._________________________
Question 47
True/False
The
SYSDATE
keyword can be used in the INSERT command to enter the computer's system date when adding a row to a table._________________________
Question 48
True/False
When including a subquery in an INSERT command,the syntax of enclosing the subquery in parentheses is
mandatory
._________________________
Question 49
Multiple Choice
Which of the following commands is used to add rows to a table?
Question 50
True/False
A(n)
exclusive lock
prevents other users from changing the data stored in the table._________________________
Question 51
True/False
A(n)
shared
lock prevents other users from obtaining another shared lock on the same table._________________________
Question 52
True/False
When the column names are listed in the INSERT INTO clause of the INSERT command,the order of the names must exactly match the order of the data values in the
UPDATE
clause._________________________