Which two statements are true regarding the storage of data in the above table structure?

Examine the structure proposed for the TRANSACTIONS table:


Which two statements are true regarding the storage of data in the above table structure? (Choose two.)
A. The TRANS_DATE column would allow storage of dates only in the dd-mon-yyyy format.
B. The CUST_CREDIT_VALUE column would allow storage of positive and negative integers.
C. The TRANS_VALIDITY column would allow storage of a time interval in days, hours, minutes, and seconds.
D. The CUST_STATUS column would allow storage of data up to the maximum VARCHAR2 size of 4,000 characters.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which two statements are true regarding the storage of data in the above table structure?

  1. can someone explain why D is correct?
    VARCHAR2 is not enough to specify a column, you must also specify a maximum column with like VARCHAR2(4000)

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.