Object EditorsEach database object has it's own editor in Database Workbench. Menu items to switch from one to another editor, with the same data, are provided. All the editors have the same consistent layout that you can find everywhere in Database Workbench. This makes it easier for the user to recognize functions and to use keyboard shortcuts.
Table Editor Let's take the Table Editor, for example. Fully keyboard driven and with the same 'new', 'save' and 'drop' shortcuts all over, you can create a new table in no-time. It automatically names the Primary Key constraint for you, if you like, and it lets you choose Domain as easy as primitive data types. This is easy, this is fast!
|
Other Editors
Of course, you have a lot of other editors - but all with the same convenient layout. The editors will help you to create database objects by not allowing you to make any obvious mistakes.
You can extract the needed DDL for every object right from the editor. This gives you quick access to the DDL you need without having to page through lengthy wizards or stuff like that.
|
|