Aditi created a table named student, she wants to see those students whose name ending with p.
She wrote a query-
SELECT name.* FROM student WHERE name = "%p";
Help her to run the query by removing the errors from the query and rewriting it!
Answers
Answered by
0
TOUCH TVExplanation:
Similar questions