R
Q. What is the value of val2 in the following MySQL statement?
UPDATE t SET val1 = val1 + 2, val2 = val1;
- Correct Answer - Option(B)
- Views: 67
- Filed under category MySQL
Discusssion
Login to discuss.