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 cursor ? And what is difference between Trigger ?

Answer Posted / adisha

CURSOR:
1.They are temporary work areas.
2.They are not stored independently in the database.
3.We can create cursor both implicitly and explicitly.
4.Cursors can take parameters.
5.They are used to process the result of query.

TRIGGER:
1.They are named PL SQL blocks.
2. They are stored in database.
3. They can be invoked automatically.
4. They cannot take parameters.
5. They are used to enforce data in dignity rules.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wide table?

1012


How to provide column names in insert statements in ms sql server?

1220


When you use @@error and try-catch?

1086


Write query to return all rows sql?

1106


What should be the fill factor for indexes created on tables? : sql server database administration

1173


Does group by sort data?

941


How much is a sql server license?

1005


What is change tracking in sql server?

1070


What is the difference between the application object and session object?

1116


What is a database in ms sql server?

1101


What is onf in normalization form?

1106


how would you store your query in an SSRS report or a Database server?

165


What is multi-statement table-value user-defined function?

1049


Can a function call a stored procedure in sql server?

1000


Introduction of rollup clause using sum and group by clause?

1006