Interview Questions

How many ways we can we find the current date using MySQL?

PHP Interview Questions and Answers


(Continued from previous question...)

How many ways we can we find the current date using MySQL?

SELECT CURDATE();
SELECT CURRENT_DATE();
SELECT CURTIME();
SELECT CURRENT_TIME();

(Continued on next question...)

Other Interview Questions