Every operation performed on a relation DB acts on a table (or set of tables) and results in another table. This feature of relational DBs is called relational closure.
• All SQL data manipulation operations are performed at a set level
• One retrieval statement can return multiple rows; one modification statement can modify multiple rows.