Computer Science, asked by Drishit1570, 1 year ago

Which of the following fields would not make a suitable primary key

Answers

Answered by mananmadani53
16

Answer:

A date of birth field would not make a suitable primary key. The date of birth filed would not make a suitable primary key. Explanation: It is because primary keys are utilized to distinguish records in a database.

Explanation:

please mark as brainlist

Answered by jenisha145
0

Complete question:

Which of the following fields will not make a suitable primary key?

(a) A customer’s account number  

(b) A date field  

(c) An auto number field  

(d) A student’s admission number

A data field will not make a suitable primary key.

Explanation:

  • In a relational database table field, a primary key is a unique identifier for each table record (or set of columns).
  • A essential key is utilized as a special identifier inside the table to make information parsing more straightforward.
  • For each row of data, it must have a unique value.
  • It can't have any null values in it.
  • Each row must be given a primary key value.
  • A data field is a storage location for a specific sort of data that, when combined with other data fields, indicates the location where it is stored.
  • A column in a data table that defines the row with which it overlaps is the most common example, although others include class variables in programming languages like Java.
Similar questions