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 difference b/w composit key n primary key and
forigion key?

Answer Posted / sathish

Assume a table contains columns
book name
author name
price

>>composite key

Having multi column primary key for a single table is known as composite key.

ex: primary composite key is book name and author name

>>primary Key

Primary key is the unique key, do not accept null value and used as a id to fetch the record from the table.

>> Foreign Key

A primary key of a table which is used as a reference key of another table..

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are mysql data types?

1058


What is “i_am_a_dump” flag in mysql?

1136


How many ways we can retrieve the date in result set of mysql using php?

1172


Why is the basic difference between left join, right join and inner join?

1071


How to create a trigger in mysql?

973


How to get help information from the server?

1110


What do we use to remove duplicate records while fetching a data in mysql ?

1019


what is the procedure to configure the application of mysql?

1095


Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?

1023


What is prepared statement in mysql?

1015


Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.

1055


Write a query to fetch common records between two tables using mysql?

1068


What are queries used for?

998


How to include comments in sql statements?

1018


What is the difference between truncate and delete?

1269