How Data is Stored and Moved

Row

A single record in a database table.

Definition

A single record in a database table. Each row represents one instance of whatever the table tracks — one user, one order, one message.

Example

In a 'books' table, each row is one book: title, author, year published, number of pages.

See it in context Learn how Row fits into the bigger picture of how software actually works.

Read the Guide →