

InterviewSolution
Saved Bookmarks
1. |
Differentiate between Flat File database and Relational database. |
Answer» <p>Flat File&Relational Database. Aflat file databasestores data in a single table structure. Arelational databaseuses multiple table structures, cross-referencing records between tables. Tables in both organize records in rows, with each column containing a single piece of data in the record</p> | |