InterviewSolution
Saved Bookmarks
| 1. |
Any three Difference between flat file database and relational database |
| Answer» A flat file database stores data in a single table structure. A relational database uses 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. | |