InterviewSolution
Saved Bookmarks
| 1. |
Explain types of database |
| Answer» Three type of Database:1.Flat File Database - Refers to a type of Database which can store data in single table.2.Relational Database - Refers to a type of Database which can store data in multiple tables.These tables are linked to one another by common feilds.3.Distributed Database - Refers to a central database which can store data in multiple locations. | |