answersLogoWhite

0

What is a Primary Key and why do you need this?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

It is easy

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a Primary Key and why do you need this?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you need primary key and foreign key?

In sql you use primary key more than one column in a table


Which field MS Access will not allow you to delete?

A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.A primary key field.


Why do you need the primary key in the database?

without you will not be able to create a relationship


Can super key be as primary key?

I think super key is treated as the primary key because in a table their will be only one primary key.


How will you remove primary key?

removing the primary key is very simple, all you need to do is click on that specif field and at the top of the page there will be a key sign. once the field is highlightes then just click the key tab and it should be then removed


What are the importance of primary key?

Importance of primary key


What does the primary key in a data base do?

We know that primary key is the one that is not null and is always unique. A primary key uniquely identifies a record in a table.


What are the advantage of primary key?

Primary key that is used to identify a record uniquely. Primary key is a key that always unique and not null. A system generated primary key is called surrogate key.Primary key is the one which is always unique and not null. Advantage of primary key that it helps in identifying a tuple uniquely.


What is the primary key for the properties table?

Primary key is to set property ID as the primary key for the properties table.


How you create or assign primary key?

A primary key is never null and is also unique . Example of primary key is create table emp (ecode integer NOT NULL PRIMARY KEY);


Why do you designate one of the candidate key of relation to be the primary key?

We designate one of the candidate key of a relation to be a primary key because that primary key is use for any foreign key references.


What is the difference between a Primary Key and a Secondary Key?

A Primary Key is a unique identifier for each record in a database table and is used to enforce entity integrity. A Secondary Key is a non-unique index that is used for querying and organizing data efficiently but does not have the constraint of uniqueness.