In hierarchical model, data is organized into a tree like structure with each record is having one parent record and many children. The main drawback… [Read More]
Relational model in DBMS
In relational model, the data and relationships are represented by collection of inter-related tables. Each table is a group of column and rows, where column… [Read More]
Entity Relationship Diagram – ER Diagram in DBMS
An Entity–relationship model (ER model) describes the structure of a database with the help of a diagram, which is known as Entity Relationship Diagram (ER… [Read More]
keys in DBMS
Key plays an important role in relational database; it is used for identifying unique rows from table. It also establishes relationship among tables. Types of… [Read More]
Alternate key in DBMS
As we have seen in the candidate key guide that a table can have multiple candidate keys. Among these candidate keys, only one key gets… [Read More]
Composite key in DBMS
Definition of Composite key: A key that has more than one attributes is known as composite key. It is also known as compound key. Note:… [Read More]
Candidate Key in DBMS
Definition of Candidate Key in DBMS: A super key with no redundant attribute is known as candidate key. Candidate keys are selected from the set… [Read More]
Foreign key in DBMS
Definition: Foreign keys are the columns of a table that points to the primary key of another table. They act as a cross-reference between tables…. [Read More]
Super key in DBMS
Definition of Super Key in DBMS: A super key is a set of one or more attributes (columns), which can uniquely identify a row in… [Read More]
Primary key in DBMS
In this guide, you will learn about primary key in DBMS with the help of examples. We will discuss, what is a primary key, how… [Read More]
- « Previous Page
- 1
- …
- 6
- 7
- 8
- 9
- Next Page »