हेलो दोस्तों आज के इस ब्लॉग पोस्ट(What Is Normalization In Dbms In Hindi) में हम आपको Normalization के बारे में हिंदी में जानकारी देने वाले है | Normalization(What Is Normalization In Dbms In Hindi) एक ऐसी process होती है| जिसमे…
हेलो दोस्तों आज के इस ब्लॉग पोस्ट(Functional Dependency In DBMS In Hindi) में हम आपको डेटाबेस के अंतर्गत Functional Dependency के बारे में हिंदी में विस्तार से बताने जा रहे है | बहुत से लोगो को खासतौर पर स्टूडेंट्स को…
हेलो दोस्तों इस ब्लॉग पोस्ट(Trivial and non-trivial functional dependency in DBMS in Hindi) में हम आपको non -trivial functional dependency के बारे में बताने वाले है | जहाँ पर आप यह भी जानेगे की trivial और non trivial functional dependency…
हेलो दोस्तों इस ब्लॉग पोस्ट(Third Normal Form In DBMS In Hindi) में मैं आपको third Normal form के बारे में हिंदी में विस्तार से बताने वाला हूँ | कोई भी रिलेशन third Normal form में तब होता है जब वह…
हेलो दोस्तों आज के इस ब्लॉग पोस्ट(Second Normal Form In DBMS In Hindi) में मैं आपको Second normal form के बारे में बताने जा रहा हूँ | कोई भी रिलेशन अथवा टेबल Second normal form में तब होती है जब…
हेलो दोस्तों आज के इस ब्लॉग पोस्ट(First Normal Form In Dbms In Hindi) में मैं आपको डेटाबेस के अंतर्गत first normal form के बारे में बताने वाला हूँ | दोस्तों आपने जब भी database सब्जेक्ट को स्टडी किया होगा तब…
Boyce code normal form, (BCNF- What is BCNF normal form example) was proposed as a simple form of 3NF, but it was found stricter than 3NF because e very relation in BCNF is also in 3NF. however, a relation in…
A relation is in 3NF(What is the 3NF example) or the third normal form if and only if it is in 2NF and every non-key attribute is non-transitively dependent on the primary key. By the transitive functional dependency, we mean…
A relation is in 2NF(What is a 2NF example) or second normal form if all the non-prime attributes are fully functionally dependent on the primary key. The non-prime attributes are those that are not a primary key. A database is…
A relation is in 1NF(What is 1nf example) or first normal form if every tuple has exactly one value for each attribute. In other words, we can say that every column should have a unique or atomic value related to…