Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Which of the following will release a look currently held by a user on the HOMEWORK10 table? A. A commit command is issued B.

1. Which of the following will release a look currently held by a user on the HOMEWORK10 table?

A. A commit command is issued

B. A DCL command is issued to end a transaction

C. The user exits the system

D, A rollback command is issued

E. all of the above

F. none of the above

2. Assure that you have added eight new orders to the ORDERS table. Which following is true?

A. Other users can view the new orders as soon as you execute the INSERT INTO command

B. Other users can view the new orders as soon as you issue a ROLLBACK command

C. Other users can view the new orders as soon as you exit the system or execute a COMMIT comman

D. Other users can view only the new orders if they obtain an exclusive lock on the table

3. Which of the following is the standard extension used for a script file?

A. SPT

B. SRT

C. SCRIPT

D. SQL

4. Which is the maximum number of rows that can be deleted from a table at one time?

A. 1

B. 2

C. 3

D. Unlimited

5. Which of the following is a correct statement?

A. If you attempt to add a record that violates a constraint for on the table columns, the valid columns for the new row will be added.

B. A subquery nested in the VALUES clause of an INSERT INTO command can return only one value without generating an Oracle 10g error message

C. If you attempt a record that violates a NOT NULL constraint, a blank space will automatically be inserted in the appropriate column so Oracle 10g can complete the DML operation

D. None of the above statements is correct

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago