Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - SQL Usage » Ensuring data integrity

 

How the contents of your database change

Changes occur to information in database tables when you submit SQL statements from client applications. Only a few SQL statements actually modify the information in a database. You can:

  • Update information in a row of a table using the UPDATE statement.

  • Delete an existing row of a table using the DELETE statement.

  • Insert a new row into a table using the INSERT statement.