What Is The Difference Between Primary Key & Super Key
Answer Posted / 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 View All Answers
Explain the commands in sql server?
What is the difference between coalesce() & isnull()?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
what is normalization? Explain different levels of normalization? : Sql server database administration
Tell me what is normalization? Explain different forms of normalization?
What is normalization and denormalization in sql server?
What is the usage of the sign function?
Why use “nolock” in sql server?
Difference between Logical Page and Physical Page in SSRS.
How to send email from database?
Write a sql query to display the current date?
What are the differences between ms sql server & oracle?
What is the difference between getdate and sysdatetime?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
between cast and convert which function would you prefer and why?