Hi, i couldn't find the advantages and disadvantages would you please help me?
thanks.
Hi, i couldn't find the advantages and disadvantages would you please help me?
thanks.
A few database advantages:
Plain text doesn't have much except for the most dead-simple application
Basically, if you are doing anything other than the most simple data manipulation (especially if you ever expect to have concurrent modifications, complex relations, multiple users, or even just a lot of data) it's well worth getting used to using a database. PostgreSQL is my favorite, although I'm sure you'll find conflicting views on that one :)
Enforcement of standards.
Improved data accessibility and responsiveness.
Increased productivity.
Improved maintenance through data independence.
Increase concurrency.
Improved backup, recovery and data availability.
Control of data redundancy.
Data consistency.
More information from the same amount of data.
Sharing of data.
Improved data integrity.
Improved security.