Q. Find the error in the following SQL statement?
SELECT *;
SELECT *;
β
Correct Answer: (B)
No table mentioned
Explanation: This question tests your understanding of basic SQL syntax. Let's break it down: