InterviewSolution
Saved Bookmarks
| 1. |
2.Write output of the following queryUpdate emp_view set e_name='Ramesh' where emp_no=1001; |
| Answer» EXPLANATION:There MUST be a table in the question.Only the MENTIONED RECORDS will CHANGE. | |