Quantcast
Channel: Nirmal's Wordpres Blog » database
Browsing latest articles
Browse All 2 View Live

Trigger in PL/SQL

Syntax for creating a database trigger: CREATE OR REPLACE TRIGGER trigger-name {BEFORE |AFTER } verb-list ON table-name [FOR EACH ROW[WHEN condition]] DECLARE declaration BEGIN PL/SQL code END;...

View Article


Structure of PL/SQL Block

[<Block Header>] [DECLARE <constants> <variables> <Cursors> <user defined exceptions> ] BEGIN <PL/SQL Statements> [Exceptions <exception handlings>] END;...

View Article

Browsing latest articles
Browse All 2 View Live