next up previous contents index
Next: Restrictions Up: Programming Interfaces Previous: Spreadsheet Model

SQL Model

 

Unlike other programming languages, objects in the SQL query language originate in persistent storages. Exactly speaking, a query in SQL is not a description of how to process objects, but a definition of outputs based on the current arrangements of persistent objects in databases.

In contrast, insertion, removal, and modification of a tuple in a table are operations on the arrangements of persistent objects in databases.



Mori Tetsuya / t2y3141592@gmail.com