Oracle Database SQL — Question 195

Which three statements are true about built-in data types? (Choose three.)

Answer options

Correct answer: D, E, F

Explanation

Option D is correct because a CHAR column, by default, is defined with a length of 1 if not specified. Options E and F are also correct as they accurately describe how BLOB and BFILE types work with binary data. The other options contain inaccuracies regarding the specifications and behaviors of CHAR and VARCHAR2 data types.