1Z0-082 Exam Question 1

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 2

    Examine the description of the CUSTOMERS table:

    You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters.
    Which query can be used?
  • 1Z0-082 Exam Question 3

    View the Exhibit and examine the structure of the PRODUCTS table.
    Which two tasks require subqueries? (Choose two.)
  • 1Z0-082 Exam Question 4

    Which two statements are true about UNDO and REDO? (Choose two.)
  • 1Z0-082 Exam Question 5

    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?