Oracle SQL
Oracle SQL
Oracle SQL
Connect scott/tiger
Data types
Number (3)
Varchar2(10) Example. Can variably store up to 10 characters ( if you have a name called
“smith” then it will store only 5 bytes)
Char(10) Example. Example this would store only 10 characters (if you have a name called
“smith” still it will store 10 bytes)
SQL>/
SQL>c/empno(the_field_we_need_to_change)/deptno(the_new_feild)