InterviewSolution
Saved Bookmarks
| 1. |
What is sequential file organization?(a) Any record can be placed wherever there is a space for the record(b) Records are stored in a sequential order according to a search key(c) A hash function is computed on some attribute and that decides the block(d) None of the mentionedThe question was posed to me at a job interview.The question is from Organization of Records in Files in chapter Storage and File Structure of RDBMS |
|
Answer» Right option is (B) Records are stored in a sequential order according to a SEARCH key |
|