Answers

Question and Answer:

  Home  SQL

⟩ What is the value of comm and sal after executing the following query if the initial value of ‘sal’ is 10000 UPDATE EMP SET SAL = SAL + 1000, COMM = SAL*0.1;?

sal = 11000, comm = 1000.

 161 views

More Questions for you: