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 & Super Key

Answer Posted / manoj

Primary Key is a column which uniquely identifies all records in a table. For example EmployeeID column in an Employee table.

If you add another column to a PK, like (EmployeeID+FirstName) it still identifies identifies all rows uniquely, is known as Super Key.

For more interview Questions on SQL Server: http://sqlwithmanoj.wordpress.com/interview-questions/

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create and drop temp table in sql server?

1099


What is the library index called?

1109


What is the difference between update lock and exclusive lock?

1026


What are the different types of Indexes available in SQL Server?

1053


Why do we use sql limitations? Which constraints can we use while making a database in sql?

1124


How to get the definition of a stored procedure back?

1019


How can I check if a view exists in a sql server database?

1079


What is the purpose of update statistics and scope_identity() function?

1158


What happens if you insert a duplicate key for the primary key column in ms sql server?

1023


What is normalization 1nf 2nf 3nf?

1108


What happens if the update subquery returns multiple rows in ms sql server?

1168


What is an indexing technique?

980


How do I find the query plan in sql server?

1015


explain different types of joins? : Sql server database administration

1031


what is memory-optimized nonclustered indexes

1064