Types of Databases in Hindi


Types of Databases in Hindi

Various Type के Data को Store करने के लिए various Type के Database का Use किया जाता है

types of databases in dbms in hindi

1) Centralized Database

यह Database का Type है जो एक Centralized Database System पर Data Store करता है। यह Users को कई Applications के माध्यम से Diffrent Place से Store Data तक पहुंचने में सुविधा प्रदान करता है। इन Application में authentication process होती है जिससे Users Data को securely Access कर सकते हैं। एक Centralized Database का एक उदाहरण Centralized Library हो सकता है जो कॉलेज/विश्वविद्यालय में प्रत्येक Library का Centralized Database रखता है।

 

2) Distributed Database :

एक Centralized Database System के opposite,  Distributed   System में, Data किसी organization के Diffrent Database System के बीच distribute किया जाता है। ये Database System Communication Link के माध्यम से जुड़े हुए हैं। इस तरह के Link End - Users को Data को आसानी से Access करने में मदद करते हैं। distributed  Database के उदाहरण Apache Cassandra, HBase, Ignite, आदि हैं।

 

3) Relational Database :

यह Database Relational Data Model पर आधारित है, जो Data को Rows (tuple) और columns(attributes) के रूप में Sotre करता है, और साथ में एक Table (Relation) बनाता है। एक Relational Database Data को Store करने, together forms करने के साथ-साथ बनाए रखने के लिए SQL का उपयोग करता है। E.F. Codd ने 1970 में Database का आविष्कार किया। Database में प्रत्येक table में एक Key होती है जो Data को Other से Unique बनाती है। Relational Database के उदाहरण MySQL, Microsoft SQL Server, Oracle, आदि हैं।

 

4) NoSQL Database : 

Non-SQL/Not Only SQL एक प्रकार का Database है जिसका उपयोग Data Set की एक wide range को Store करने के लिए किया जाता है। यह एक relational  Database नहीं है क्योंकि यह न केवल Table  Form में बल्कि कई अलग-अलग तरीकों से Data Store करता है। यह तब existence में आया जब modern applications के निर्माण की मांग में वृद्धि हुई। इस प्रकार, NoSQL ने मांगों के जवाब में विभिन्न प्रकार की Database technologies  को presented किया।

 

5) Cloud Database :

एक प्रकार का Databse जहां Data virtual environment में Store होता है और Cloud Computing Platform पर executes  होता है। यह Database तक पहुँचने के लिए Users को Diffrent Cloud Computing Services (SaaS, PaaS, IaaS, आदि) प्रदान करता है।