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...


when inserting to a table how many rows will be effected
using triggers

Answers were Sorted based on User's Feedback



when inserting to a table how many rows will be effected using triggers ..

Answer / sharjeel

All Rows Check and effects.
When ever condition must true/false then it breaks and show
the result

Is This Answer Correct ?    2 Yes 1 No

when inserting to a table how many rows will be effected using triggers ..

Answer / veeresh kethari

Before commit in the database,data will get store in the
INSERTED table in trigger. From the table we can come to
know how many records are affected in the table.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain syntax for dropping triggers?

0 Answers  


How do I debug a stored procedure in sql server?

0 Answers  


what are acid properties? : Sql server database administration

0 Answers  


I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000

17 Answers   HCL, IBM,


Explain the difference between delete,drop and truncate in SQL Server?

0 Answers   HCL,


What are points to remember while using the fillfactor argument?

0 Answers  


How to modify an existing stored procedure in ms sql server?

0 Answers  


How do I find the sql server database version?

0 Answers  


Explain how to maintain a fill factor in existing indexes?

0 Answers  


What are SSL and TSL protocols?

0 Answers   Wipro,


Mention the different authentication modes in sql server.

0 Answers  


What is the difference between clustered index and primary key?

0 Answers  


Categories