I am trying to create a table that was dropped previously.
But when I do the CREATE TABLE A ... I am getting below error:
CREATE TABLE A ..
Rela
Another reason why you might get errors like "relation already exists" is if the DROP command did not execute correctly.
DROP
One reason this can happen is if there are other sessions connected to the database which you need to close first.