InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Find & Find-first? |
|
Answer» FIND: In find statements if there are any non-primary key records which has DUPLICATION will PROVIDE AMBIGUOUS error Find-first: In find-first statements the ambiguous error will be overcome because which is return the first record from the buffer Find: In find statements if there are any non-primary key records which has duplication will provide ambiguous error Find-first: In find-first statements the ambiguous error will be overcome because which is return the first record from the buffer |
|