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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Data manipulation statements » Addition of data using INSERT

 

Advanced: Disk allocation for inserted rows

 SQL Anywhere stores rows contiguously, if possible
 SQL Anywhere may store rows in any order
 Space is not reserved for NULL columns
 Once inserted, rows identifiers are immutable
 A database file never shrinks
 See also