Different between flat file database and relational database??
Answers
Answered by
21
Answer:
flat file database-A flat file database is a database designed around a single table.It stores and retrieves information but do not link different tables together.The flat file design puts all database information in one table or list,with fields to represent all parameters for example MS Excel.
Relational database-A relational database stores the data in several tables and link those tables together to get a common piece of information.It links tables together, so that different information from different tables can be assessed easily. It also reduces duplicity of data for example Microsoft access ,Microsoft SQL and Oracle
Explanation:
hope is helpful for you
it is in my book
it is right you can learn or write it
Answered by
27
Answer:
Flatfile database
A flatfile database stores data in a single table.
In flatfile database we don't create any relations with the table.
example - Ms Excel
Relational Database
A relational Database uses multiple table structure ,cross referencing records between tables.
In relational Database we can link those tables to get a common piece of Information.
Example- Oracle
Similar questions