SQL (Structured Query Language) Question:
Download Questions PDF

The Update Statement:

Answer:

UPDATE table_name SET column_name = new_value WHERE column_name = some_value

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
Operators used in SELECT statements.Sort the Rows: