Types of Databases in Hindi
Types of Databases in Hindi
Various Type के Data को Store करने के लिए various Type के Database का Use किया जाता है
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, आदि) प्रदान करता है।
Related Post
- DBMS And RDBMS concepts in Hindi (Database Management System in Hindi)
- DBMS Concepts And Architecture Introduction in Hindi
- Database Approach v/s Traditional File Accessing Approach in Hindi
- Advantages of Database Management System in Hindi
- Data Models in DBMS in Hindi
- Instance and Schema in DBMS in Hindi
- What is Data Independence in DBMS in Hindi
- Database Languages and Interfaces in DBMS in hindi
- Functions of Database Administrator (DBA) in DBMS in Hindi
- ER Data Model in DBMS in Hindi | Entities and Attributes in DBMS in Hindi
- What is an Entity in DBMS in Hind | Entity type in DBMS in Hindi | what is Entity set in DBMS in Hindi
- Generalization, Specialization and Aggregation in ER Model in Hindi
- Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi
- What is Data Model in DBMS in Hindi | Types of Data Models in DBMS in Hindi
- What is DBMS in Hindi | What is Database Management System in Hindi | Introduction of DMBS in Hindi
- Characteristics of Database Management System | Characteristics of DBMS in Hindi
- Advantages and Disadvantages of Database Management System in Hindi
- Types of Databases in Hindi
- Three Schema Architecture of DBMS in Hindi