Skip to content

Drop Table

This guide shows how to drop a table from the DBCode Explorer without writing a SQL command.

  • In the DBCode Explorer, connect to the database containing the table you want to drop.
  • Expand the connection and database that contain the table.
  • Browse the table list and find the table you want to drop.
  • Right-click the table name and select Drop from the context menu.

Drop table option

  • If DBCode asks for confirmation, review the table name carefully before confirming.
  • To stop the operation, cancel the confirmation prompt.
  • After DBCode completes the operation, the DBCode Explorer refreshes to reflect the removed table.