Can you use the UPDATE and SELECT clauses in one SQL statement?
Options
- You can if you use nested SQL statements
- You can’t
- You can use UPDATE and SELECT clauses together, even if you don’t have nested SQL statements
CORRECT ANSWER : You can if you use nested SQL statements
Write your comments