I need to drop table in Oracle with SQL Developer I did this :
DROP TABLE IF EXISTS employees;
but it's not working it's giving me this error: "SQL command not properly ended" What is the right way to drop tables in Oracle SQL Developer? Thank you