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.