Jim Abraham May 27th, 2006 Ans: BReason: as 2 strings are compared the first three characters are ignoredthe 4th character A/D are less that F of the second string being comparedso only O stands greater that F. Clearly 01-OCT-00 is greater that 01-FEB-00
Choose the result of the following sql statement.SELECT hire_dateFROM empwhere to_char(hire_date) > '01-FEB-00';A. 01-APR-00B. 01-OCT-00C. 01-APR-99D. 01-DEC-00