What will happen if you write the following statement on the MySQL prompt?
SELECT NOW();
Correct Answer: It will display the error message as now does not exist.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions