Computer Science, asked by nikita5677, 5 months ago

Ms access use which key to relate the table records to those another field​

Answers

Answered by Kristy12
1

Answer:

Records in a relational database can be sorted and physically stored in any order, but the key field (or fields) define uniqueness for that record. This makes it easy to link this table to data in other tables. The primary key is also important for secondary indexes.

Similar questions