- Oracle SQL Developer
- Ajith Narayanan
- 295字
- 2021-07-16 09:39:05
Editing database objects – putting context menus to work
Each object in the Connections navigator has a context menu associated with it. Each context menu invokes a dialog that supports SQL commands that range from a single, simple command (such as DROP TABLE HR.COUNTRIES
) to a collection of basic and complex commands. Throughout the chapter, we have stated that any of the activities that we're performing uses a UI as an interface for the underlying SQL command. Certainly, typing the drop table command is faster than selecting the items and invoking the dialog, assuming of course that you know the syntax. In this section, we'll briefly single out a few of these context menus.
Editing objects
Each of the Create dialogs has a matching Edit dialog. Most of the Edit dialogs directly match the object's Create dialog. If you invoke any Edit dialog, the DDL tab or node is initially empty, as it was when you first invoked the Create dialog. As soon as you change any of the properties, the DDL tab or node is populated with the SQL to reflect the changes. For many objects, such as triggers or views, editing the object results in a Create or Replace… command. For other objects, such as Sequences or Tables, editing the objects results in an Alter… command.
Consider the Edit Table dialog as shown in the following screenshot. The dialog is in the form of the advanced Create table dialog. Notice that you can no longer switch the table type nor create partitions. While you can certainly add or delete columns, you cannot reorder them (unless you drop and recreate them). You'll find that other database rules, such as reducing the column width, are also enforced if the column already contains data.

- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Extending Jenkins
- WildFly:New Features
- 垃圾回收的算法與實現
- Spring技術內幕:深入解析Spring架構與設計
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Extending Unity with Editor Scripting
- PyQt編程快速上手
- Appcelerator Titanium:Patterns and Best Practices
- H5+移動營銷設計寶典
- 寫給青少年的人工智能(Python版·微課視頻版)
- Python數據預處理技術與實踐
- Azure for Architects
- Python GUI設計tkinter菜鳥編程(增強版)
- C#教程