C2090-543 Free Dumps Study Materials
Question 8: The table shown below contains a large number of financial transactions:
CREATE TABLE webstore.transactions (
transaction_id INTEGER NOT NULL PRIMARY KEY,
order_date TIMESTAMP NOT NULL,
shipped_date TIMESTAMP,
customer_id INTEGER NOT NULL,
shipping_info XML NOT NULL,
billing_info XML NOT NULL,
invoice XML NOT NULL )
Only members of the AUDIT_TEAM group have SELECT privilege on the
WEBSTORE.TRANSACTIONS
table. For appropriate supply-chain management, members of the INVENTORY_CONTROL
group need
to see the INVOICE document for each transaction that has a NULL SHIPPED_DATE, but
are restricted
from seeing any shipping or billing information.
Which database object can a member of the AUDIT_TEAM group create to enable the
INVENTORY_CONTROL group to access the information needed from
WEBSTORE.TRANSACTIONS?
A. alias
B. sequence
C. trigger
D. view
Correct Answer: D