Q. Is there any error in executing the following MySQL command?
SELECT USER (),
VERSION (), DATABASE ();
SELECT USER (),
VERSION (), DATABASE ();
β
Correct Answer: (B)
No
Explanation: This question asks if there's a problem with this MySQL command: