waht is the difference between primary key and super key?
Answer Posted / kishore singh bisht
primary key is a uniquely identified key,in primary key we use only a single attribute to identify a row.......
example:- roll no. of an student, employee id etc.
primary key=unique+not null.
and super key is a combination of two or more attributes which make the uniqueness.......
ex:-name+d.o.b+contact no...
these three attributes make the uniqueness by which we can easily identify.............
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of save points in oracle database?
What is the usage of save points in oracle database?
 What are the oracle DML commands possible through an update strategy?
What privilege is needed for a user to create views in oracle?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is the implicit cursor in oracle?
What is MTTR advisor in Oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Describe varray?
What operating systems are supported by oracle database 10g xe?
What is oracle host variable?
List out the difference between commit, rollback, and savepoint?
Differentiate between translate and replace?
What is a data lock in oracle?
How to create a temporary table in oracle?