date funciton

Answers were Sorted based on User's Feedback



date funciton ..

Answer / sudhanshu_kmr

use anyone ....

select curdate();

select current_date();

select date(now());

Is This Answer Correct ?    5 Yes 1 No

date funciton ..

Answer / john

select curdate();

select current_date();

select date(now());

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More MySQL Interview Questions

What command is used to delete the data from the table without deleting the table structure?

1 Answers  


How to declare variable in mysql trigger?

1 Answers  


What storage engines are used in MySQL?

1 Answers  


How do you start MySQL on Linux?

5 Answers   Cybernet,


What is the current mysql version?

0 Answers  


What is blob and clob?

1 Answers  


How can I remotely connect to mysql database?

1 Answers  


What is difference between unix timestamp and mysql timestamp?

1 Answers  


Where is the myisam table stored?

1 Answers  


What is delimiter $$?

1 Answers  


How to print message in mysql trigger?

1 Answers  


What is mysql data directory? How to determine the location of the data directory?

1 Answers  


Categories