what is candidate key & super key
Answer / naresh
Cnadidate Key:
A Candidate Key (CK) is a column or group of columns that
uniquely describe every row in a table. The difficult thing
with this is that there may be exceptions in almost every
case. For instance, it is possible to have two people who
share the same name and birthdate but are really two
different people.
Super Key:
a superkey is a set of composite columns forming a key that
may be used to uniquely identify a row in a table
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the execution control statements in oracle?
Is the After report trigger fired if the report execution fails ?
How you open and close a cursor variable.Why it is required?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to do a full database export?
Whether any commands are used for months calculation? If so, what are they?
What is Parallel Server ?
Find all employees in Dept “Marketing”.
What is a database schema in oracle?
How to rebuild an index in oracle?
What is query image?
Why cursor variables are easier to use than cursors?