Editing records

SQL statements can make changes to one, many or all records; therefore all editing type SQL commands need careful application.

Ability supports three types of these SQL commands:

Update (see Updating records)

modify records

Insert (see Adding records)

add records or tables

Delete (see Deleting records)

remove records

See also:

Other types of SQL statements