Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
SQL
CREATE TABLE CUSTOMER
(
"CREATE DATE" DATE,
"CREATE DATE_BY" VARCHAR2,
"LAST UPDATEDATE" DATE,
"LAST UPDATE_BY" VARCHAR2,
)


How to create the trigers in oracle sql?
Posted
Updated 1-Aug-14 2:03am
v2
Comments
Leo Chapiro 1-Aug-14 8:04am    
Try to lern how to post a question first, Dude!

[Trigger Syntax and Examples]

[CREATE TRIGGER]


Learn how to create trigger.
 
Share this answer
 
Hi,

check this...


how to create triggers in Sql[^]

Hope this will help you.


Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900