The Database Menu

Frequently used database tasks are grouped in this menu.

Database->Create Table... (Ctrl+T)

The same as in the Context menu. See full Create Table documentation

Database->Create View... (Ctrl+G)

The same as in the Context menu. See full Create View documentation

Database->Build Query... (Ctrl+R)

Simple and quick (and limited a bit) graphical query builder.

Database->SQL Editor (Ctrl+E)

Switch On/Off the SQL text editor in the main window.

Database->Object Browser (Ctrl+B)

Switch On/Off the Object Browser tree in the main window.

Database->Export Schema...

Export only structure of the database. The result is only "create database" script.

Database->Dump Database...

Export structure and data of the database. The result is the "create database" script and data inserts too.

Database->Import Table Data...

Import data into specified table. The import dialog with guided steps is shown.