InterviewSolution
Saved Bookmarks
| 1. |
Which is the correct format to store date in the SQL?(a) DEC-01-1991(b) 01-1991-11(c) 01-DEC-12(d) 1991-11-01The question was asked in an interview for internship.My doubt stems from When Good Statements Go Bad in section Query Optimization of MySQL |
|
Answer» RIGHT CHOICE is (d) 1991-11-01 To ELABORATE: NONE. |
|