FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The record is a field unique identifies every record in a table
A
Query
B
Primary Key
C
Record
D
Secondary Field
Explanation: 

Detailed explanation-1: -Primary Key-a field containing a value that uniquely identifies each record in a table. Primary Key-a field containing a value that uniquely identifies each record in a table. The primary key is unique and prevents entering duplicate records or a null value in that field.

Detailed explanation-2: -Primary key A table can have only one primary key. A primary key consists of one or more fields that uniquely identify each record that you store in the table.

Detailed explanation-3: -A primary key is a column of table which uniquely identifies each tuple (row) in that table.

Detailed explanation-4: -A specific choice of columns which uniquely identified rows called primary key.

There is 1 question to complete.