InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a valid Date and Time data type?(a) date(b) time(c) datestamp(d) timestamp |
|
Answer» Right option is (c) datestamp Explanation: datestamp is not a valid Date and Time data type. Timestamp exists but datestamp does not exist in SQL. |
|