Computer Science, asked by anjalimishra7029, 3 months ago

2.
Write output of the following query
Update emp_view set e_name='Ramesh' where emp_no=1001;​

Answers

Answered by allysia
0

Answer:

\boxed{\begin{array}{c|c}\bf \: e\_na me &\bf emp\_no \\\dfrac{\qquad}{}&\dfrac{\qquad}{}\\\ \bf Ramesh& \bf 1001 \\\  \: &  \end{array}}

Explanation:

There must be a table in the question.

Only the mentioned records will change.

Similar questions