SQL (Structured Query Language) Question:
The Update Statement:
Answer:
UPDATE table_name SET column_name = new_value WHERE column_name = some_value
Previous Question | Next Question |
Operators used in SELECT statements. | Sort the Rows: |
Previous Question | Next Question |
Operators used in SELECT statements. | Sort the Rows: |