You are updating the employee table. Jane has been granted the same privileges as you on the employee table. You ask Jane to logon to the database to check your work before you issue the commit command. What can Jane do to the employee table?
A: Jane can access the table and verify your changes.
B: Jane cannot access the table.
C: Jane can access the table but she cannot see your changes, she can make the changes for you.
D: Jane can access the table but she cannot see your changes and cannot make the changes to the roles that you are changing.
ANSWER: D
EXPLANATION: Answer D is correct because before you committed changes in the employee table nobody can see changed data.
INCORRECT ANSWER:
A: Jane can access table but she cannot verify changes because she does not see them before you commit data changes.
B: Jane can access table because she has been granted the same privileges as you on the employee table.
C: Jane cannot commit herself changes you did to the data.
