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:

Verified
Correct Answer:
Verified
Related Questions
Q1: _ takes a value of TRUE if
Q2: While triggers run automatically, _ do not
Q3: A base table is the underlying table
Q4: A procedure is:<br>A) stored outside the database.<br>B)
Q5: Specifying the attribute names in the SELECT
Q7: A correlated subquery is executed once for
Q8: Subqueries can only be used in the
Q9: In order for two queries to be
Q10: What is a self-join and how is
Q11: A named set of SQL statements that