Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
How many ways we can we find the current date using MySQL?
Answer:
SELECT CURDATE();
SELECT CURRENT_DATE();
SELECT CURTIME();
SELECT CURRENT_TIME();
SELECT CURRENT_DATE();
SELECT CURTIME();
SELECT CURRENT_TIME();
Download PHP Interview Questions And Answers
PDF
Previous Question | Next Question |
How can we find the number of rows in a result set using PHP? | Give the syntax of GRANT commands? |