define primary key & secondary key?
Answer Posted / 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 |
Post New Answer View All Answers
Have you completed the cps exam? Which one?
Tell me what is the testng.xml file used for?
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
In Selenium how a test suit is run and report is generated.
What is test automation or automation testing?
what is GDC
hi, I want to study TIA portla V11. where can I get online courses?
Name some of the commonly used automation testing tools that are used for functional automation.
Please explain what is a relative xpath?
What are the types of the framework used in software automation testing?
What is self-referencing constraint in mainframe development?
What is Sikuli?
What is junit? And what is junit annotation?
Once you identify the tool what would be your next steps?
Do you know how to check if a button is enabled on the page?