Skip to content

Rename Tables

You can rename database tables from the DBCode Explorer without writing a SQL command.

  • In the DBCode Explorer, choose the connection where the table is located.
  • Expand the connection and database that contain the table.
  • In the database tables list, locate the table you want to rename.
  • Right-click the table name and select Rename.

Rename table option

  • In the input box, replace the current table name with the new table name.
  • Press Enter to confirm the rename, or press Escape to cancel.

Rename table dialog

  • After DBCode completes the operation, the DBCode Explorer refreshes to show the new table name.