Create Indexes/Triggers

Arso

Member
Hi,

I have just started using PLSD, and I'm amazed by the flexibility it provides.

I had been using SQL Nav in the past, and what I liked about it was that I could create indexes and triggers. Is there a way to create these objects in PLSD or will it be part of the future release?

Thx.
 
Indexes can be created as part of a table. Simply select the table, right-click on it, and select "Edit" from the popup menu. You will see an Index tab page in the Table Editor.

Triggers can be created or edited by right-clicking on the Triggers folder or on a specific trigger within this folder, and selecting "Edit" or "New" from the popup menu.
 
Back
Top