How many ways we can we find the current date using MySQL?
Answer Posted / ismail
SELECT CURDATE(),SELECT CURRENT_DATE(),SELECT CURTIME(),
SELECT CURRENT_TIME(),SELECT now().
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is database engine in mysql?
What is longblob in mysql?
How are mysql timestamps seen to a user?
Does uninstalling mysql delete database?
What is mysql common?
Where is mysql installed on linux?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
Why is it called mysql?
How do I automate a backup in mysql?
What is a join? Explain the different types of mysql joins.
What is database in php mysql?
Does mysql use sql?
Is mysql good for large database?
Why do we need mysql?
Describe mysql transaction properties.