Computer Science, asked by oprana2000, 7 months ago

what is primary key. State it's use in table

Answers

Answered by Anonymous
2

A primary key is a field in a table which uniquely identifies each row/record in a databases table. Primary keys must contain unique values. A primary key column cannot have NULL values. A table can have only one primary key, which may consists of single or multiple fields.

Similar questions