DBMS And RDBMS concepts in Hindi (Database Management System in Hindi)
Unit I
DBMS And RDBMS Concepts in Hindi
RDBMS का Full-Form Relational Database Management System होता है | RDBMS SQL, और सभी आधुनिक Database सिस्टम जैसे MS SQL Server, IBM DB2, Oracle, MySQL और Microsoft Access के लिए आधार है।
एक Relational Database Management System (RDBMS) एक Database Management System (DBMS) है, जो कि E. F. Codd द्वारा शुरू किए गए |
What is a table :
RDBMS में Data को Database Object में Store किया जाता है जिसे Table कहा जाता है। यह Table मूल रूप से संबंधित Data Entry का एक Collection है और इसमें कई Column और Row हैं।
What is a field :
प्रत्येक Table को छोटी Branch में Devide किया जाता है जिन्हें Field कहा जाता है। Customer Table में Field में ID, NAME, AGE, ADDRESS और SALARY शामिल हैं
What is a Record or a Row :
एक Record को Data की एक Row के रूप में भी कहा जाता है प्रत्येक individual entry है जो एक तालिका में मौजूद है।
row को table की horizontal entity भी कहा जाता है
What is Column :
एक Column एक Table में एक vertical entity है जिसमें एक table में एक specific field से जुड़ी सभी जानकारी होती है।
What is NULL value :
Table में एक NULL Value एक Field में एक value है जो blank दिखाई देता है, जिसका अर्थ है कि NULL Value वाला Field बिना Value वाला Field है।
SQL Constraints :
Constraints एक Table पर Data Column पर लागू किए गए नियम हैं। इनका उपयोग उस प्रकार के Data को सीमित करने के लिए किया जाता है जो किसी Table में जा सकते हैं। यह Database में Data की accuracy और reliability सुनिश्चित करता है।
Constraints या तो column level या table level हो सकती हैं। column level की Constraintsको केवल एक column पर Apply किया जाता है, जबकि table level की बाधाओं को संपूर्ण Table पर Apply किया जाता है।
SQL में उपलब्ध सबसे अधिक इस्तेमाल होने वाली Constraints में से कुछ निम्नलिखित हैं -
NOT NULL Constraint
DEFAULT Constraint
UNIQUE Constraint
PRIMARY Key
FOREIGN Key
CHECK Constraint
Index
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