Q. What is true about the following SQL statement?
Code:
SELECT * FROM Student;
β
Correct Answer: (D)
display contents of Student
SELECT * FROM Student;
You must be Logged in to update hint/solution