Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What Is a Trigger? How Do You Use It?

Answers were Sorted based on User's Feedback



What Is a Trigger? How Do You Use It?..

Answer / nashiinformaticssolutions

A Triger is a database object in PL/SQL that automatically executes actions in response to specific events, such as insertions, updates, or data deletions in a table. Triggers are typically used to enforce business rules, maintain data integrity, and automate tasks. You create and define triggers using PL/SQL code and attach them to database tables.

Is This Answer Correct ?    0 Yes 0 No

What Is a Trigger? How Do You Use It?..

Answer / glibwaresoftsolutions

A Triger is a database object in PL/SQL that automatically executes actions in response to specific events, such as insertions, updates, or data deletions in a table. Triggers are typically used to enforce business rules, maintain data integrity, and automate tasks. You create and define triggers using PL/SQL code and attach them to database tables.

Is This Answer Correct ?    0 Yes 0 No

What Is a Trigger? How Do You Use It?..

Answer / hr@tgksolutions.com

A Triger is a database object in PL/SQL that automatically executes actions in response to specific events, such as insertions, updates, or data deletions in a table. Triggers are typically used to enforce business rules, maintain data integrity, and automate tasks. You create and define triggers using PL/SQL code and attach them to database tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?

1 Answers   Parexel,


Can we insert data into materialized view?

0 Answers  


What do you mean by stored procedures?

0 Answers  


What are the subsets of sql?

0 Answers  


what is the difference between primary key and unique key? : Sql dba

0 Answers  


What is a database link?

3 Answers  


How do you rename a table in sql?

0 Answers  


what is user defined functions? : Sql dba

0 Answers  


Can we perform dml on view?

0 Answers  


how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);

11 Answers   Satyam,


What is cursor in pl sql with examples?

0 Answers  


What is scope and visibility in PL/SQL?

0 Answers  


Categories