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

List the different types of normalization?

0 Answers  


Where MyISAM table will be stored and also give their formats of storage?

0 Answers  


Can mysql scale horizontally?

0 Answers  


What is mysql url?

0 Answers  


What is a session in mysql?

0 Answers  






How do I edit a table in mysql?

0 Answers  


How to find the unique values if the value in the column is repeated?

0 Answers  


Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?

0 Answers  


What is meant by decimal (5,2)?

0 Answers  


How to check if value already exists in mysql database in php?

0 Answers  


How to show all tables with 'mysql'?

0 Answers  


What is the role of a limit in a mysql query?

0 Answers  


Categories