1Z0-082 Exam Question 81

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 82

    Examine the description of the BOOKS table:

    The table has 100 rows.
    Examine this sequence of statements issued in a new session:
    INSERT INTO books VALUES ('ADV112', 'Adventures of Tom Sawyer', NULL, NULL); SAVEPOINT a; DELETE FROM books; ROLLBACK TO SAVEPOINT a; ROLLBACK; Which two statements are true? (Choose two.)
  • 1Z0-082 Exam Question 83

    Which three statements are true about single-row functions? (Choose three.)
  • 1Z0-082 Exam Question 84

    View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
    You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promotion time interval.
    Examine this SQL statement:

    Exhibit 1.

    Exhibit 2.

    What will be the result?
  • 1Z0-082 Exam Question 85

    Examine these commands:

    Which two statements are true about the sqlldr execution? (Choose two.)