How to Resolve ORA-01702: a view is not appropriate here
ORA-01702 Tried to create an index, but it failed with ORA-01702. SQL> create index emp_salary on happy_employees (salary); create index emp_salary on happy_employees (salary) … Read More »How to Resolve ORA-01702: a view is not appropriate here