In the previous tutorial we have seen the DBMS architecture – one-tier, two-tier and three-tier. In this guide, we will discuss the three level DBMS… [Read More]
DBMS Architecture
In the previous tutorials, we learned basics of DBMS. In this guide, we will see the DBMS architecture. Database management systems architecture will help us… [Read More]
Concurrency Control in DBMS
When more than one transactions are running simultaneously there are chances of a conflict to occur which can leave database to an inconsistent state. To… [Read More]
Transaction Management in DBMS
A transaction is a set of logically related operations. For example, you are transferring money from your bank account to your friend’s account, the set… [Read More]
What is an attribute in DBMS? – Definition and explanation
You may hear this term often when dealing with Relational Database Management Systems (RDBMS). In RDBMS, a table organizes data in rows and columns. The… [Read More]
Normalization in DBMS: 1NF, 2NF, 3NF and BCNF in Database
Normalization is a process of organizing the data in database to avoid data redundancy, insertion anomaly, update anomaly & deletion anomaly. Let’s discuss about anomalies… [Read More]
Deadlock in DBMS
A deadlock is a condition wherein two or more tasks are waiting for each other in order to be finished but none of the task… [Read More]
Constraints in DBMS
Constraints enforce limits to the data or type of data that can be inserted/updated/deleted from a table. The whole purpose of constraints is to maintain… [Read More]
Domain constraints in DBMS
A table is DBMS is a set of rows and columns that contain data. Columns in table have a unique name, often referred as attributes… [Read More]
Mapping constraints in DBMS
Mapping constraints can be explained in terms of mapping cardinality: Mapping Cardinality: One to One: An entity of entity-set A can be associated with at… [Read More]
- « Previous Page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- 9
- Next Page »