After being loyal to 360 for quite some time, I have decided to move. Things have simply worsened and its better that i search for greener pastures ......... My new loca more
I have a table say Employee with the following structure Employee ( id number, name varchar2(50) ) If i try inserting (1, )into this above table guess what will be the name of the employee with id 1? Yeah its null. I thought that was weird, since i meant a 0-length string and not null. Alrig more