Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Queries, data modification, and commands [Table of Contents] The
relational operations

Transact-SQL User's Guide

[-] Chapter 1 SQL Building Blocks
[-] SQL in Adaptive Server
[-] Tables, columns, and rows

Tables, columns, and rows

In relational database management systems, users access and modify data stored in tables. SQL is specifically designed for the relational model of database management.

Each row, or record, in a table describes one occurrence of a piece of data--a person, a company, a sale, or some other thing. Each column, or field, describes one characteristic of the data--a person's name or address, a company's name or president, quantity of items sold.

A relational database is made up of a set of tables that can be related to each other.

Figure 1-1: Multiple tables in a databaseraster
Queries, data modification, and commands [Table of Contents] The
relational operations