Hi,
would you please any experience member explain me what is the real scenario in real time you use views and triggers in project. How often you use views and triggers as a programmer.
thanks in advance
arun
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
arun kumarPosted Aug 24, 2012, 1:55 PM
Views are used in case of security reasons...but dont you use in your everyday programming while working on different projects .
thanks in advance. Please explain atleast one situation where you use in your everyday programming.
arun
Akkiraju IvaturiPosted Aug 23, 2012, 9:51 PM
Triggers are used when you want to check some validity on a row or a table or if you want to perform some action instead of some other action (instead of triggers) or to validate any changes to database. Mostly constraints are useful when compared to triggers.