Computer Science, asked by arthijayaraj1999, 4 months ago

Write a query to change the bus type non AC to AC where bus number is 33

Answers

Answered by pranay1999
0

Answer:

The query for the above question will be :

UPDATE buses SET type = 'ac' WHERE bus_no=33

Similar questions