What is DBMS in Hindi | What is Database Management System in Hindi | Introduction of DMBS in Hindi


What is DBMS in Hindi | What is Database Management System in Hindi | Introduction of DMBS  in Hindi

Database management system एक software  है जिसका उपयोग Database को manage करने के लिए किया जाता है। उदाहरण के लिए: MySQL,Oracle आदि Most popular  commercial database है जिसका उपयोग विभिन्न applications में किया जाता है

 

DBMS Database बनाने, उसमें Data Store करने,Data Update करने, Database में Table बनाने और बहुत कुछ जैसे विभिन्न operation करने के लिए एक interface provide करता है।

 

यह Database को  security प्रदान करता है। multiple users के मामले में, यह data consistency भी बनाए रखता है।

DBMS allows users the following tasks:

Data Definition : 

इसका उपयोग Database में Dataके organization को define करने वाली Defication के creation, modification, और removal  के लिए किया जाता है।

 

Data Updation :

इसका उपयोग Database में actual Data को insertion करने, modification करने और Delete के लिए किया जाता है।

 

Data Retrieval :

इसका उपयोग Database से Data को retrieve  करने के लिए किया जाता है जिसका उपयोग विभिन्न उद्देश्यों के लिए applications द्वारा किया जा सकता है।

 

User Administration :

इसका उपयोग Users को register करने और monitoring करने, Data integrity बनाए रखने, data security को लागू करने, concurrency control से निपटने, performance  की monitoring और recovering  failure से corrupted Information को retrieve   करने के लिए किया जाता है।