how to change image in peoplesoft

How to change image in peoplesoft throgh mene on website

You can change image throg websit of peoplesoft in menu: PeopleTools > Portal > Branding > Branding Objects

Go to tab: image and click at Upload Image Object

If you update image exists then input image name in *Name , *Image Type and click save button. You can upload new image for update throgh peoplesoft peoplesoft.

how to create trigger in sql

 create trigger sql

How to CREATE TRIGGER statement allows you to create a new trigger that is fired automatically whenever an event such as INSERT, DELETE, or UPDATE occurs against a table.

CREATE TRIGGER syntax

CREATE TRIGGER [schema_name.]trigger_name

ON table_name

AFTER {[INSERT],[UPDATE],[DELETE]} [NOT FOR REPLICATION]

AS {sql_statements}

Example trigger for oracle peoplesoft