Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: 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;?
Answer: sal = 11000, comm = 1000.
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook