Define candidate key, alternate key, composite key?
Answer Posted / koteswararao bora
candidate key:the minimum set of attributes which uniquely
identifies the touples in a table .
primary key:any candidate key choosen by the developer is
called primary key.
composite key: a candidate key which have more than one
attribute is called composite key.
alternate key: a candidate key other than primary key
is called alternate key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?
In which table collections errors are stored.
Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.
State the acid rules?
How you can make a parameterized view?
How to combine two function together?
fact table and dimension table containg one to many relationship or many to one relastionship
What is dbms and its application?
What is DB Development software?
What is normalization? Explain different levels of normalization?
Who are end users in dbms?
Can an extended stored procedure be called from inside a user-defined function?
Explain the process of the user request and data generating?
How to customize error conditions.
What are the three types of database design?