Home »
MCQs »
MariaDB MCQs
What will be the result of the following MariaDB Query?
27. What will be the result of the following MariaDB Query?
TO_CHAR('1980-01-11 04:50:39', 'HH24-MI-SS')
- 16-50-39
- 04-50-39
- 1980-01-11
- 1980-01-11 04-50-39
Answer: B) 04-50-39
Explanation:
MariaDB Query "TO_CHAR('1980-01-11 04:50:39', 'HH24-MI-SS')" will return "04-50-39".