| page |
Smallest unit of physical storage in a database management system, used to read from and write to the database storage device.
The size of a page is usually two or four kilobytes, but may be more or less. Page size varies according to the combination of database management system and hardware.
Informix and DB2 use the term "page". Oracle uses "block" for the same concept.