Javatpoint Logo

91-9990449935

 0120-4256464

PostgreSQL Delete/Drop Table

Follow the steps given below to delete/drop or remove a distinguish table in PostgreSQL.

  • Select the table that you want to delete or drop.
  • Make a right click on the selected table.
  • You will see drop/delete table. Click on that.
  • Now, you will see this:
drop table

Click on Yes, the table will be removed automatically.

Output:

Now you can see there is no table anymore.

drop table
Next TopicPostgreSQL Schema