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 primary key,unique key, foreign key? can u teach me
in simple language?

Answer Posted / rama

primary key:primary key is not allowed null values and
duplicate values.
unique key: this key allows null values but does not allow
duplicate values.
foreign key:
this key is used to refer another table.(i.e)other table
primary key values is used in foreign key table.it makes
relation ship between two tables.

Is This Answer Correct ?    19 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What advantages does DBMS have over traditional file systems?

1081


What is a database connection string?

1171


Differentiate between delete and truncate table?

1097


What is the difference between specialization and generalization?

1072


How to shrink a database?

1027


Why merge statement is used inside the database?

1154


Given a table Employee which has columns name and salary, write an SQL query to find the employee with the second highest salary.

1204


Explain the table term used in database.

1082


Explain the various types of normalization.

1128


What is the difference between oracle and MS Access?

1110


Explain entity set?

1064


What does new grouping sets enables you to do?

1087


Explain the record term used in database.

1118


How to produce such kind of file?

1153


Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?

1168