InterviewSolution
Saved Bookmarks
| 1. |
What is a timestamp?(a) A combination of date and time with date first(b) A combination of date and time with time first(c) A combination of time and place with time first(d) A combination of time and place with place firstThe question was posed to me in quiz.The query is from SQL Data Types and Schemas topic in division Intermediate and Advanced Sql of RDBMS |
|
Answer» RIGHT ANSWER is (a) A combination of date and TIME with date first For explanation I WOULD say: A timestamp is a combination of date and time with date first. Eg: ‘2002-04-25 10:20:04.43’. |
|