Define candidate key, alternate key, composite key?
Answer Posted / divya
candidate key: is a column in a table which has thhe ability
to become a primary key.
alternate key:any of the candidate key that is not part of
the primary key.
| Is This Answer Correct ? | 34 Yes | 33 No |
Post New Answer View All Answers
Explain the role of indexing in databases?
Explain about the storage and physical database design?
Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?
What is the physical representation for a many-to-many relationship?
What are the 18 schemas?
How you can make a parameterized view?
Explain about post-relational databases?
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
How is data stored in dbms?
If a column is an image value type, how you can compare column values? How can you use this column in join clause?
Explain about relational operator join?
1. Using the XML Document below, with the URI “recipe.xml”
define
the following queries in XQuery:
a.) Give the names of all breakfast in the menu.
b.) Select breakfasts that have price lower than $7.00?
Which data type cannot be used as a parameter in a udf?
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?
Explain about normal forms?