Question:
Update Phone in Guest Table
MARY GREY wants to change her phone number. Considering the following records in “Guest” table and write a SQL statement to change her phone number to ‘912233445566’

CODE:–
UPDATE Guest set phone=912233445566 where name='MARY GREY';
rdbms programs | rdbms programs with output | rdbms programming languages | rdbms database program