Computer Science, asked by Tejal5723, 1 year ago

Write different databases and their differences

Answers

Answered by rishitsingh
1
There are two types of databases:-
1.Flat File Database
2. Relational Database

Flat file databases contain only one table.We cannot link different tables to make our data more enhanced. Flat file databases are not very efficient. Ex- Ms Excel

Relational Databases are more efficient than flat file databases. We can create and link more than one table in a same database. Data can be used the programming language very easily. We can use queries to get data on the basis of some criteria. Ex- Ms Access, Oracle, Microsoft SQL Server, etc.
Similar questions