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 16 - Introduction » Data management technologies » Relational database concepts

 

Relationships between tables

You use primary keys and foreign keys to describe relationships between the information in different tables. Primary keys identify each row in a table uniquely, and foreign keys define the relationships between rows in different tables.

Primary keys and foreign keys let you use relational databases to hold information in an efficient manner, with minimum redundancy.

 See also