Topic: Oracle Certified Professional Exams (OCP & OCA) >> Question about transactions (Q106 in TK) 1Z0-007
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Question about transactions (Q106 in TK) 1Z0-007 |
| ozkucur |
Posted: Nov 05, 2006 01:07:21 PM |
Total Post: 23
Joined: Oct, 2006
|
Which two statements complete a transaction? (Choose two)
A)DELETE employees;
B)DESCRIBE employees;
C)ROLLBACK TO SAVEPOINT C;
D)GRANT SELECT ON employees TO SCOTT;
E)ALTER TABLE employees
SET UNUSED COLUMN sal;
F)Select MAX(sal)
FROM employees
WHERE department_id = 20;
ANSWER: TK says C,E
IMO: D,E
GRANT is a DCL statement and an automatic commit occurs when issued. What do you think? |
|
|
snehalatha |
| Posted: Nov 06, 2006 12:33:59 AM | |
|
Total Post: 169
Joined: Apr, 2006
|
GRANT: The GRANT Command is Data- Control language .DCL command to Control user access data .It will not complete transaction
ROLLBACK TO SAVEPOINT : After the Roll back issued ,it completes transaction and implicity new transaction is started by the database session
So ROLLBACK and ALTER completes the transaction.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 856 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 281 |
| neeraj sharma | 254 |
| Ramesh Jois | 245 |
| Bishal Khetan | 207 |
|
|