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 are the joins,primary key,foriegn key, candidate key,
super key and expain them?

Answer Posted / jebastin unnatha raja

Joins-> Joins allow You to view and retrive the data from multible related tables in a single result set.

Primary key-> A primary key is used to uniquely identify each row in a table.A primary key columns can not contain a nULL values.

foriegn key-> A foreign key is a field (or fields) that points to the primary key of another table. The purpose of the foreign key is to ensure referential integrity of the data

super Key-> A superkey is a combination of attributes that can be uniquely used to identify a database record. A table might have many superkeys.

Candidate key-> A candidate key is one that can identify each row of a table uniquely. Generally a candidate key becomes the primary key of the table.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the “if update (colname)” statement be used in a delete trigger?

1037


What are the new data types are introduced in sql 2000?

955


Define cross join in sql server joins?

1080


What are functions in the sql server?

1297


How to invoke a trigger on demand?

1155


How to rebuild indexes with alter index ... Rebuild?

1187


How to insert data with null values?

1082


How to filter out duplications in the returning rows in ms sql server?

1220


Explain about nested stored procedure?

1084


What are trace files?

1006


Can you explain what is sql server english query?

1058


How to query multiple tables jointly?

1044


What is exclusive locks?

1016


What does this statement do @@rowcount?

1016


Give main differences between "Truncate" and "Delete".

1155