Computer Science, asked by renusingh0306, 7 months ago

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 tahahacker8000
0

TOUCH TVExplanation:

Similar questions