How many ways we can we find the current date using MySQL?
Answer Posted / rajan vardawaj
SELECT CURDATE(); SELECT CURRENT_DATE(); SELECT CURTIME();
SELECT CURRENT_TIME();
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How do I copy a table in mysql workbench?
I want to find out all databases starting with ‘test’, I have access to?
How to check server status with 'mysqladmin'?
How can I create table in mysql?
How do I truncate all tables in mysql?
Give string types available for column?
What is mysql server used for?
How do you backup a database in mysql?
Write a query to retrieve a hundred books starting from 20th.
What are the difference between mongodb and mysql?
What are the two types of queries?
How do I find mysql location?
How can I see all mysql databases?
How do I restore a database in mysql workbench?
How can we find out which auto increment was assigned on Last insert?