define primary key & secondary key?
Answers were Sorted based on User's Feedback
Answer / anil kumar
Primary key is a field or combination of fields that can uniquely and minimally identifies a particular member of an entry.
A secondary key is a field or combination of fields that can be used to access or retrieve records.Secondary key values are not unique.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / chandrashekar
Secondary indices or secondary databases are used to access
a primary database by a key other than the primary key.
Recall that the Supplier Number field is the primary key of
the Supplier database. In this section, the Supplier City
field will be used as a secondary lookup key. Given a city
value, we would like to be able to find the Suppliers in
that city. Note that more than one Supplier may be in the
same city.
Both primary and secondary databases contain key-value
records. The key of an index record is the secondary key,
and its value is the key of the associated record in the
primary database. When lookups by secondary key are
performed, the associated record in the primary database is
transparently retrieved by its primary key and returned to
the caller.
Thaking You
| Is This Answer Correct ? | 17 Yes | 39 No |
Elaborate the scripting standard while executing testing
What are the main attributes of test automation?
What criteria do you consider for automating a test?
Do you know what is functional testing?
What are the points that are covered while planning phase of automation ?
in my application i am getting different errors at same place. how i capture that errors using less code in qtp.
Give some examples for test management tools?
What issues come up in test automation, and how do you manage them?
you have any interaction with clients?
What is Automation Testing Framework
How will you choose a tool for test automation?
Do you know what is a xpath?