Multiple choice technology databases What is the default display length of the DATE datatype column? 8 9 6 16 Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Oracle SQL, the default display length of a DATE column when queried in SQL*Plus or default output formats is 9 characters (DD-MON-YY format, such as 06-JUL-26). Other values like 8, 6, or 16 do not represent the standard DD-MON-YY length.