Question:
Update Buses table
Contains the run and evaluate script of Oracle DML. Can be used as example
Write a query to change the bus type ‘non ac’ to ‘ac’ where bus number is 33 in buses table.

CODE:–
update buses SET type='ac' where bus_no = 33;
rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program