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 sharding in mysql?
Why are function needed?
What is mysql primary key?
What is procedures in mysql?
How do I edit a database in mysql workbench?
Does mysql automatically index foreign keys?
How do you backup a database in mysql?
What is the difference between procedure and function in mysql?
How to delete an existing column in a table?
What is regex in mysql?
How can you handle the –secure-file-priv in mysql?
How do I make an action query?
How many rows can be inserted in mysql at a time?
Create table employee (eno int(2),ename varchar(10)) ?
What is the difference between the LIKE and REGEXP operators?