Hello Experts,
I have this query
How does update statement works in architecture level?
please share your valuable thoughts.
Sugandh || 03 Mar 2015 5:42 pm || 3
Hello Experts,
I have this query
How does update statement works in architecture level?
please share your valuable thoughts.
Comments
Recommended Posts:
Sqlplus scott/tiger@prod
SQL>select * from emp;
SQL>update emp set sallary=30000 where empid=10;
SQL>commit;
So we will understand what is happening internaly