waht is the difference between primary key and super key?
Answer Posted / avinash
primary key:
primary key could be any key which is able to identify
a specific row in data base in a unique manner.
super key;
different set of attributes which are able to identify
any row in the database is known as super key.
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
How will you write a query to get a 5th rank student from a table student_report?
What is a nested table and how is it different from a normal table?
How to add a new column to an existing table with a default value?
IS it possible to built the oracle database without setting the kernal parameters?
How to update a table row with a record?
How to get a create statement for an existing table?
What is the difference between "as" and "is" in an oracle stored procedure?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
How to create an oracle testing table?
Explain the difference between a procedure and a function?
What privilege is needed for a user to create indexes in oracle?
What is a partition in oracle?
Explain the use of consistent option in exp command.
How to retrieve data from an cursor to a record?
How to get execution statistics reports on query statements?