Hi,
What is Set-at-a-time or Set-oriented?
Thanks
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.
Satyapriya NayakPosted Dec 13, 2011, 7:29 AM
The High level or Non-procedural DML can specify and retrieve many records in a single DML statement. This retrieve of a record is said to be Set-at-a-time or Set-oriented.
Please refer the below link
http://www.codeproject.com/KB/database/Sql__set-oriented.aspx
Thanks