SQL and PL/SQL Question:
Download Questions PDF

The Update Statement in SQL.

Answer:

UPDATE table_name SET column_name = new_value WHERE column_name = some_value

Download SQL and PL/SQL Interview Questions And Answers PDF

Previous QuestionNext Question
The INSERT INTO Statements in SQL?The Delete Statements in SQL.