nerdexam
Oracle

1Z0-067 · Question #163

You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition: create table employees (empno number, salary…

The correct answer is A. The valid time columns employee_time_start and employee_time_end are automatically created. B. The same statement may filter on both transaction time and valid temporal time by using the AS C. The valid time columns are not populated by the Oracle Server automatically. https://docs.oracle.com/database/121/ARPLS/d_flashb_archive.htm#ARPLS74552

New Features for SQL

Question

You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition:

create table employees (empno number, salary number, deptid number, name varchar2(100), period for employee_time); Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?

Options

  • AThe valid time columns employee_time_start and employee_time_end are automatically created.
  • BThe same statement may filter on both transaction time and valid temporal time by using the AS
  • CThe valid time columns are not populated by the Oracle Server automatically.
  • DThe valid time columns are visible by default when the table is described.
  • ESetting the session valid time using

How the community answered

(21 responses)
  • A
    81% (17)
  • D
    14% (3)
  • E
    5% (1)

Explanation

https://docs.oracle.com/database/121/ARPLS/d_flashb_archive.htm#ARPLS74552

Topics

#Temporal Validity#PERIOD FOR clause#valid time columns#Flashback Data Archive

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice