Paradigm mismatch and application programming languages

Describe briefly the ‘paradigm mismatch’ among SQL and application programming languages.

E

Expert

Verified

SQL statements return a setup of rows, while an application program works on one row at a time. To solve this mismatch the outcomes of SQL statements are processed as pseudo files, employing a cursor or a pointer to identify which row is being processed.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.