Answer Posted / 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 |
Post New Answer View All Answers
What are a collation and state the different types of collation sensitivity?
20. Using a set operator, display the client number of all clients who have never placed an order.
Is insert autocommit in oracle?
How to use fetch statement in a loop?
What is the difference between a primary key & a unique key?
What is the quickest way to fetch the data from a table?
How to create a table interactively?
What do you know about normalization? Explain in detail?
How to define a record variable to store a table row?
What is difference between cartesian join and cross join?
What is the use of oracle?
How can we find out the current date and time in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What are the major difference between truncate and delete?
What is merge in oracle?