Question: How to delete EMPLOYEE_ID | Problems stems from sql only recognizing rows instead of columns. Error starting at line: 1 in command delete from import_employee_cc

How to delete EMPLOYEE_ID | Problems stems from sql only recognizing rows instead of columns.

Error starting at line: 1 in command delete from import_employee_cc where column_id=8 Error at Command Line 2 delete from import_employee_cc where column_id=8; COLUMN_NAME 1 EMPLOYEENAME 2 ADDRESS 3 SALARY 4 POSITION 5 SKILLNAME 6 DEPARTMENTNAME 7 PRIMARYID 8 EMPLOYEE 

Error starting at line: 1 in command delete from import_employee_cc where column_id=8 Error at Command Line : 2 Column : 7 Error report - SQL Error: ORA-00904: "COLUMN_ID": invalid identifier

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The error message SQL Error ORA00904 COLUMNID invalid identifier suggests that you are trying to ref... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!