Content deleted Content added
TheZebracode (talk | contribs) m Copy Edits and Punctuations |
remove unfounded claim of increased efficiency |
||
Line 103:
(Some assumptions have been made about indexing, locking and transaction scoping in order to keep this example simple.)
Data access in the ABL is record based as opposed to result-set based processing in traditional SQL-based languages. In SQL operations work on a set of records, in the ABL, the operation is applied to a record at a time - much like using a cursor in SQL
==Application areas==
|