differentiate between flat file and relational database
Answers
Answered by
1
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.
Similar questions