Computer Science, asked by Avhir3413, 12 hours ago

how to Make a query to retrieve the records having ‘City’ as Pune

Answers

Answered by Aaditya12Vyas
0

Answer:

Select * from table where city = "pune";

Explanation:

Similar questions