HomeInterview QuestionsIf you want to update one column in a table, what …

If you want to update one column in a table, what command will you use?

🟢 Easy Conceptual Junior level
1Times asked
May 2026Last seen
May 2026First seen

💡 Model Answer

Use the UPDATE statement: UPDATE table_name SET column_name = new_value WHERE condition;. The WHERE clause specifies which rows to modify. For example, to change the salary of employee id 5: UPDATE employees SET salary = 70000 WHERE employee_id = 5;.

This answer was generated by AI for study purposes. Use it as a starting point — personalize it with your own experience.

🎤 Get questions like this answered in real-time

Assisting AI listens to your interview, captures questions live, and gives you instant AI-powered answers — invisible to screen sharing.

Get Assisting AI — Starts at ₹500