SQL (Structured Query Language) Question:

The Update Statement:

Tweet Share WhatsApp

Answer:

UPDATE table_name SET column_name = new_value WHERE column_name = some_value

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
Operators used in SELECT statements.Sort the Rows: