InterviewSolution
Saved Bookmarks
| 1. |
Can you modify the rows in a table based on values from another table? Explain. |
|
Answer» Yes. Use of subqueries in UPDATE statements allow you to update rows in a table based on values from another table. |
|