How many ways we can we find the current date using MySQL?
Answer Posted / rohit
SELECT CURRENT_DATE();
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What does blob mean in mysql?
How do I create a mysql username and password?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How do I edit a database in mysql workbench?
What is row?
How do I find mysql database?
What is difference between mysqli and pdo?
Can you tell a way to know the number of days between the two given dates in php?
Does mysql scale well?
How do I find users in mysql?
How can we change the data type of a column of a table?
What is auto increment in mysql?
Are stored procedures precompiled?
Explain about the architecture of MYSQL?