Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between primary key & foreign key?

Answer Posted / pravin

The primary key of a relational table uniquely identifies
each record in the table. It can either be a normal
attribute that is guaranteed to be unique (such as Social
Security Number in a table with no more than one record per
person) or it can be generated by the DBMS (such as a
globally unique identifier, or GUID, in Microsoft SQL
Server). Primary keys may consist of a single attribute or
multiple attributes in combination.

Examples:
Imagine we have a STUDENTS table that contains a record for
each student at a university. The student's unique student
ID number would be a good choice for a primary key in the
STUDENTS table. The student's first and last name would not
be a good choice, as there is always the chance that more
than one student might have the same name.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State any two functions of oracle?

1092


Explain about functional dependency and its relation with table design?

1059


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

1124


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

1998


How many types of tables supported by oracle?

1118


What is materialized view in Oracle?

1111


Can you tell me how to add new column in existing views?how?How is possible?

1514


What do you understand by a database object? Can you list a few of them?

1061


List out the types of joins.

1236


What is Data Dictionary Cache in Oracle?

1243


What is PL/SQL ?

2207


Explain the use of full option in exp command.

1175


How to see the table columns used in an index?

1070


What is sequence?

1136


Will you be able to store pictures in the database?explain.

1034