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

Answers were Sorted based on User's Feedback



What Is The Difference Between Primary Key & Super Key..

Answer / 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

What Is The Difference Between Primary Key & Super Key..

Answer / tanmay dutta

Primary Key : Unique No. Not null.No duplicate.exam:Student_Id.
Super Key : Like (student_id + Student Name)

Is This Answer Correct ?    2 Yes 0 No

What Is The Difference Between Primary Key & Super Key..

Answer / anil kumar dubey

A candidate key that uniquely identifies a row in a table is called primary key.
A superkey (composite key) is a combination of columns that uniquely identifies any row within a relational database management system (RDBMS) table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What do you mean by collation recursive stored procedure?

0 Answers  


How to create an inline table-valued function?

0 Answers  


What is a periodical index?

0 Answers  


Explain contrast amongst grouped and non-bunched records?

0 Answers  


What is the difference between IN and EXISTS operators in SQL Server?

9 Answers   ASD Lab, CSC, Intelligroup,


What are the advantages to use stored procedures?

0 Answers   Ernst Young,


Why main is user defined function?

0 Answers  


How do you troubleshoot SQL Server if its running very slow?

2 Answers   HP,


how to get the salary in descending order with out using the keyword desc in sql

5 Answers   Ramco,


What is the system function to get the current user's user id?

3 Answers   TCS,


What does truncate do?

0 Answers  


What is triggers and its types?

0 Answers  


Categories