Posts

Showing posts with the label DBMS

Syllabus (DBMS)

  2BCA Notes All previous year paper Database Management Database Management Introduction To Database System : Data - Database Applications - Advantages - Evolution of DB & DBMS- Need for data management, Introduction and applications of DBMS, File systems vS Database systems, Data Models , DBMS Architecture, Data Independence , Data Modeling using Entity-Relation ship Model, Enhanced ER Modeling( English ).data dictionary UNIT - II Relational Database Concept and Design: Introduction to relational database, Structure of  Relational Database, Relational model terminology (English)   domains, Attributes, Tuples, Relations  , relational DB schema . Relational algebra :  Set   Theoretic projection, Select ion , operations Union, Intersection, set difference and division, Join operations : Inner, Outer, Left outer, Right outer and full outer join. Relational Database design, Functional Dependency, definition, trivial ki 7 and nontrivial FD, Norm...

DBMS BCA

Unit -5  Multimedia &Web database :- web database एक ऐसा system है जिसके द्वारा डेटाबेस सिस्टम में इंफॉर्मेशन को स्टोर किया जाता है तथा इंटरनेट के माध्यम से और बैक के माध्यम से उस डेटाबेस को अलग-अलग लोकेशंस पर साझा किया जाता है इसका प्रयोग डेटाबेस membership, Client list तथा inventory डेटाबेस में किया जाता है, बेबी स्टेटस का प्रयोग डाटा को मैनेज करने के लिए किया जाता है तथा इसका प्रयोग ई-कॉमर्स ई -बिजनेस ,लॉगइन ईमेल और भी कई ऑनलाइन Application में किया जाता है. Web डेटाबेस में कुछ चीजें बहुत जरूरी होती हैं चसे वेबसाइट डेटाबेस को सुरक्षित रखना, वेब बेस्ड डाटा बेस में बहुत अधिक मात्रा में डाटा को आसानी से व्यवस्थित करके रखा जाता है तथा जो भी query होती हैं उन्हें आसानी से Access किया जा सके, web based Data  को लोकल नेटवर्क तथा इंटरनेट के माध्यम से प्रयोग में लाया जा सकता है, इसका प्रयोग पर्सनल लोग और प्रोफेशनल लोग भी करते हैं तथा software as Service (SAAS) सर्विस मिलती है जिससे डाटा सुरक्षित रहता है अगर हम PHP को ऐसा Front end और डाटा भी इसके लिए हम लोग Mysql का प्रयोग किया ...

dbms Normalization

Image
 Normalization Types Normal Form Description 1NF A relation is in 1NF if it contains an atomic value. 2NF A relation will be in 2NF if it is in 1NF and all non-key attributes are fully functional dependent on the primary key. 3NF A relation will be in 3NF if it is in 2NF and no transition dependency exists. BCNF A stronger definition of 3NF is known as Boyce Codd's normal form. 4NF A relation will be in 4NF if it is in Boyce Codd's normal form and has no multi-valued dependency. 5NF A relation is in 5NF. If it is in 4NF and does not contain any join dependency, joining should be lossless.

DBMS -joins

Image
Topics:-  Joins DBMS मैं Joins का प्रयोग डाटा को एक साथ दिखाने के लिए किया जाता है जो  RDBMS होता है उसमें कई tables होते हैं उन टेबल्स के टपल्स के बीच में रिलेशन बनाना तथा टपल्स को Display कराने के लिए ज्वाइन का प्रयोग किया जाता है और इसका उपयोग SQL मैं भी किया जाता है Join के लिए आपको join operation performed करना होता है जॉइन ऑपरेशन में हम Cartesian operation परफॉर्म करते हैं और उसमें Selection Process Apply करते हैं   Join in DBMS  is a binary operation which allows you to combine join product and selection in one single statement. The goal of creating a join condition is that it helps you to combine the data from two or more DBMS tables. The tables in DBMS are associated using the primary key and foreign keys Types of Join Inner Join Inner Join  is used to return rows from both tables which satisfy the given condition. Theta Join Theta Join  allows you to merge two tables based on the condition represented ...

Syllabus Database Management - In Hindi & English

 DBMS Introduction Types of DataBase Centralized Database Distributed  NO SQL Cloud Database Relational Database Network Database Object-Oriented Database Hierarchical Database RDMS vs DBMS DBMS Architecture Three Schema Architecture DBMS Language ER - Model Mapping Constraints DBMS Key DBMS Generalization DBMS Specialization DBMS  Aggregation Relational Data Model Relational Algebra Join Operation Integrity Constrains Normalization ( 1NF, 2NF, 3NF, BCNF, 4NF, 5NF) Transaction Processing Log Based Recovery Concurrency Control Lock Based Protocol Time Stamping Protocol Validation Based Protocol Thomas write Rule File Organization Sequential File Organization Heap File Organization Hash File Organization B+ File organisation Indexing B+ Tree Hashing  RAID