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 is mysql shell?

0 Answers  


how to add a new column to an existing table?

0 Answers   MCN Solutions,


How to use rank function in mysql?

0 Answers  


Why we use mysqli instead of mysql?

0 Answers  


How do I create a new database in mysql?

0 Answers  






How do you connect MySQL database with PHP?

0 Answers  


What is mysql primary key?

0 Answers  


Is primary key auto increment?

0 Answers  


How to get the current date in mysql?

0 Answers  


How many queries can mysql handle?

0 Answers  


How do you determine the location of mysql data directory?

0 Answers  


What are the advantages of stored procedures, triggers, indexes?

5 Answers  


Categories