How many ways we can we find the current date using MySQL?
Answer Posted / anish mathew
SELECT CURDATE( )
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is inner join in mysql?
How to Set a root password if there is on root password.
What is data types in mysql?
What is difference between pdo and mysqli?
What tools available for managing mysql server?
What is pragma exception?
Is Mysql query is case sensitive?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
What is mysql shell?
What is a definer?
How to get a list of indexes of an existing table?
What is unique key in mysql?
What is procedural api?
What is triggers and how it can be used in mysql?
Explain timestamp?