I am trying to implement an IF statement that will run a method to check if a database table currently exists on Oracle SQL developer then if it does not exist it will not drop the table however if it does exist then it will drop that table and create a new one. This is the following code I have to drop the table.
stmt.executeUpdate("DROP TABLE ASS2_FILM");