I create a table employee having 4 columns (eid, ename, ejob, esalary) after this when i m inserting values into this table i m getting error that
invalid column name insert into employee values(1001,"Sachin","Army",50000) at column ename and ejob can any one tell me what does it mean Invalid column name and how can i remove this error.