Solved

The Following Statement Is an Example Of

Question 6

Multiple Choice

The following statement is an example of:
CREATE TABLE Customer_t (
CustNmbr number(11,0) ,
CreditLimit number(6,2) ,
CustStart date,
CustEnd date,
PERIOD for Custperiod(CustStart,CustEnd) ) ;


A) a materialized view.
B) an application time period table.
C) a system-versioned table.
D) a dynamic view.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions