2.
Write output of the following query
Update emp_view set e_name='Ramesh' where emp_no=1001;
Answers
Answered by
0
Answer:
Explanation:
There must be a table in the question.
Only the mentioned records will change.
Similar questions