waht is the difference between primary key and super key?
Answer Posted / nilesh
Different set of attributes which are able to identify any
row in the database is known as super key. And minimal
super key is termed as candidate key i.e. among set of
super keys one with minimum number of attributes. Primary
key could be any key which is able to identify a specific
row in database in a unique manner.
| Is This Answer Correct ? | 56 Yes | 19 No |
Post New Answer View All Answers
How to pass a parameter to a cursor in oracle?
What is an oracle cursor variable?
What are the four Oracle system processes that must always be up and running for the database to be useable?
Explain parameter file in oracle.
Can we call procedure inside function in oracle?
Explain the importance of .pll extension in oracle?
6. Display the client name and order date for all orders using the traditional method.
What is blob data type in oracle?
Where are the settings stored for each instance in oracle?
Can we commit inside a function in oracle?
How to pass parameters to procedures?
What is a proxy object?
What is the difference between Delete, Truncate and Drop in Oracle?
How to upsert (update or insert into a table)?
How to load a large xml file?