Home »
MCQs »
MariaDB MCQs
Which function can be used to calculate the age in MariaDB?
47. Which function can be used to calculate the age in MariaDB?
- TIMESTAMP()
- TIMESTAMPS()
- TIMESTAMPDIFF()
- TIMESTAMPDIF()
Answer: C) TIMESTAMPDIFF()
Explanation:
The TIMESTAMPDIFF() function can be used to calculate the age in MariaDB.