Which two clauses should be used to fill in the blanks and complete the above code?

You want to maintain an audit of the date and time when each user of the database logs off.
Examine the following code:

Which two clauses should be used to fill in the blanks and complete the above code?
(Choose two.)

You want to maintain an audit of the date and time when each user of the database logs off.
Examine the following code:

Which two clauses should be used to fill in the blanks and complete the above code?
(Choose two.)

A.
ON SCHEMA

B.
ON QRXABASE

C.
AFTER LOGOFF

D.
BEFORE LOGOFF

Explanation:



Leave a Reply 18

Your email address will not be published. Required fields are marked *


vishesh bansal

vishesh bansal

b,d

Leonid

Leonid

“b” because it is typo of “ON DATABASE” and we need “maintain an audit .. WHEN EACH USER … logs off” and “ON SCHEMA” will audit only current user actitity.

“d” because “AFTER LOGOFF” event does not exist.

samkelo siyabonga ngubo

Uladzimir

Uladzimir

you are wrong it is an example for one user!
note_hr_logoff_trigger

In Example 5-5, you will create a table hr_users_log for keeping track of LOGON and LOGOFF events. You will then create triggers note_hr_logon_trigger (in Example 5-6) and note_hr_logoff_trigger (in Example 5-7) for writing these events to the log table.

Piero

Piero

BUT i hope it isn’t a trap
i mean
QRXABASE IS NOT DATABASE
WHAT’S THE RIGHT THING TO DO
MAY WE OR NOT ?

Uladzimir

Uladzimir

it’s a typo of DATABASE
B D is the right answer