- 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.

- Learn Blockchain Programming with JavaScript
- 數字媒體應用教程
- 案例式C語言程序設計
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- ASP.NET Core 2 and Vue.js
- 青少年美育趣味課堂:XMind思維導圖制作
- Learning Informatica PowerCenter 10.x(Second Edition)
- Learning Apache Kafka(Second Edition)
- PLC編程與調試技術(松下系列)
- JavaCAPS基礎、應用與案例
- 軟件測試教程
- AutoCAD基礎教程
- Java從入門到精通(視頻實戰版)
- 一覽眾山小:ASP.NET Web開發修行實錄
- Cloud Development andDeployment with CloudBees