1Z0-082 Exam Question 26

Evaluate these commands which execute successfully:

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence?
(Choose two.)
  • 1Z0-082 Exam Question 27

    Your database instance is started with a PFILE.
    Examine these parameters:

    You want to increase the size of the buffer cache.
    Free memory is available to increase the size of the buffer cache.
    You execute the command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
    What is the outcome?
  • 1Z0-082 Exam Question 28

    You have been tasked to create a table for a banking application.
    One of the columns must meet three requirements:
    1. Be stored in a format supporting date arithmetic without using conversion functions
    2. Store a loan period of up to 10 years
    3. Be used for calculating interest for the number of days the loan remains unpaid Which data type should you use?
  • 1Z0-082 Exam Question 29

    You need to calculate the number of days from 1st January 2019 until today.
    Dates are stored in the default format of DD-MON-RR.
    Which two queries give the required output? (Choose two.)
  • 1Z0-082 Exam Question 30

    You want to use table compression suitable for OLTP that will:
    1. Compress rows for all DML statements on that table
    2. Minimize the overheads associated with compression
    Which compression option is best suited for this?