what is candidate key & primary key,different b/t the two?
Answers were Sorted based on User's Feedback
Answer / naz
A Candidate Key can be any column or a combination of
columns that can qualify as unique key in database. There
can be multiple Candidate Keys in one table. Each Candidate
Key can qualify as Primary Key.
A primary key is the column that uniquely identifies a
record. A primary key should be UNIQUE and never be NULL.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / uday shankar dokku
candidate key: when we reduce unnecessary columns from a
super key it is called as candidate key
primary key: primary key is a constraint, in a table
there is only one primary key,a primary key is simple or
composite, a simple primary key is based on one column which
can be specified either inline outline of the constraint,a
composite primary key is based on (2-32)columns which can
be specified only out line of the constraint,a primary dose
not allows duplicates.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / parijatha
there is no difference between the candidate and primary key
as both derives all other attributes in the relation.The
concept of primary key came into account to make the search
easy the is whenever a candidate key is declared as primary
key the primary key attribute gets sorted which reduces the
response time
Is This Answer Correct ? | 0 Yes | 0 No |
What is denormalization and why would someone consider doing so?
Explain the term entity in dbms?
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?
What are the features of openedge features?
Explain meant by 3-tier architecture?
Define join types.
Can Full Backup be performed when the database is open ?
What is a SQL * NET?
What is hashing in dbms?
Differentiate nested loop, hash join and merge join.
What are the SQL clauses supported in the link property sheet ?
What is write ahead logging in DBMS?