|
There are two sorts of data manipulation commands in SQL. The
first type are only used for database queries and do not alter the tables. The
second type are used for adding, updating or deleting values in a
database.
We will take a closer look at the different data
manipulation commands in the following units.