What is the different between NOW() and CURRENT_DATE()?



What is the different between NOW() and CURRENT_DATE()?..

Answer / shiwanshu

Now() Show the current date with time with AM/PM
Current_date () show only the current_date

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is a join in mysql?

0 Answers  


What is query design?

0 Answers  


What is horizontally scalable?

0 Answers  


How do I install mysql workbench?

0 Answers  


What is the command line end user interface - mysql?

0 Answers  






Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1

3 Answers  


What is field in mysql?

0 Answers  


How does mysql encrypt passwords?

0 Answers  


What is the difference between SQL and SQL Server?

3 Answers   Cognizant, HCL,


What is 'mysqladmin' in mysql?

0 Answers  


How to include character strings in sql statements?

0 Answers  


What is difference between pdo and mysqli?

0 Answers  


Categories