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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement