Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
In order to update one table using another table and join condition, which statement is used
25. In order to update one table using another table and join condition, which statement is used.
- SQL UPDATE INTO
- SQL UPDATE JOIN
- SQL JOIN
- SQL JOIN UPDATE
Answer: B) SQL UPDATE JOIN
Explanation:
SQL UPDATE JOIN is used to update one table using another table and join condition.