This topic describes ways to create, view, drop, and edit a table in a database with the help of dbForge Studio.
Note
To learn about adding columns, constraints, indexes to the table and defining other table parameters, see Defining Table Structure.
To view a table, double-click it in Database Explorer.
By default, the Colums tab is active.
You can make the Data tab to be active when you open a table. For this, go to Tools > Options > Database Explorer > General and under Table and View Default Action select Open Data in Object Editor.
Note
You can also select how to open a table using a shortcut menu. Right-click the table name in Database Explorer and select:
Open Editor—To have the Colums tab active.
Open Data in Editor—To have the Data tab active.
Drop a table by selecting Delete from the table shortcut menu.
Note
When you drop a table, all data contained in it is lost.
Editing a table implies editing its structure: changing, removing, or adding columns, indexes, modifying table options. Table editor allows performing all these actions and viewing changes in the script of the table.
To edit a table and view changes: