Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 17 Online
OpenStudy (anonymous):

What's the importance of DataBaseManagementSystems in IT field ?

OpenStudy (anonymous):

A database management system provides a safe, performant, and consistent way to store data and search for data by different parameters.

OpenStudy (anonymous):

For example, let's say I wanted to store a document about a user - their name, address, maybe a list of friends. I *could* use the file system, and just create a file called "sally.info" or some such

OpenStudy (anonymous):

but then what happens if I want to find a user not just named sally, but a user that lives in Hawaii?

OpenStudy (anonymous):

I can't do that without parsing each and every user file I've stored, and look for an address in hawaii

OpenStudy (anonymous):

So dbms provides a way to store data, and a standard way to retrieve the data that you're concerned with based on different parameters.

OpenStudy (anonymous):

it's a lot deeper than that - usually they're more durable, they provide things like backup, locking (e.g. if two people want to modify the same user file at the same time - who gets to do it?), scalability, etc..

OpenStudy (anonymous):

But the entire point is, they take care of all of the details of storing and looking up data in many different ways that make it easier to write your programs

OpenStudy (anonymous):

i.e. - don't reinvent the wheel for hard problems

OpenStudy (anonymous):

well got it thank you superduper

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!