Homework Clinic

Science Clinic => Computer Science => Topic started by: burchfield96 on Aug 2, 2019

Title: The following statement is an example of: CREATE TABLE Customer_t ( CustNmbr number(11,0), ...
Post by: burchfield96 on Aug 2, 2019
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 system-versioned table.
◦ a dynamic view.
◦ a materialized view.
◦ an application time period table.
Title: The following statement is an example of: CREATE TABLE Customer_t ( CustNmbr number(11,0), ...
Post by: polinasid on Aug 2, 2019
an application time period table.
Title: Re: The following statement is an example of: CREATE TABLE Customer_t ( CustNmbr number(11,0), ...
Post by: Deepak BlaZe on May 7, 2020
l