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')
  1. 16-50-39
  2. 04-50-39
  3. 1980-01-11
  4. 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".

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.