How does Update Statement Works in Architecture Level?
So now we will understand How update statement works internally.
oracle configurationintermediate
by OracleDba
13 views
So now we will understand How update statement works internally.
1234
Sqlplus sys/oracle@prim
SQL>select * from emp;
SQL>update emp set salary=50000 where empid=40;
SQL>commit;Please to add comments
No comments yet. Be the first to comment!