| DBMS | RDBMS |
| Stored data in a file | Stored data in a table |
| As it is stored in a file, there is no relationship concept | Data in one table may be relationship with data in another table and vice versa |
| Support only single user | Support multiple users |
| Normalization process will not be present | Normalization process will be present to check the database table consistency |
| Treats data as file | Treats data as table |
| Work with low configuration software and hardware | Work with high configuration software and hardware |
| Example : Foxpro | MS SQL, MySQL, Oracle |
0