In this article, we will discuss the difference between view and table. Both of these terms are commonly used in relational database. What is a… [Read More]
Difference between Denormalization and Normalization
In this guide, you will learn the difference between Denormalization and Normalization. What is Denormalization Denormalization is a process of adding redundant data to tables… [Read More]
Denormalization in DBMS
Denormalization is a process of adding redundant data to normalized tables in order to avoid unnecessary join operations. This improves the performance of read operations… [Read More]
Indexing in DBMS – Types of Indexes in Database
A database index is a data structure that helps in improving the speed of data access. However it comes with a cost of additional write… [Read More]
Decomposition in DBMS – Lossless and Lossy with examples
Decomposition is a process of dividing a relation into multiple relations to remove redundancy while maintaining the original data. In this guide, you will learn… [Read More]
DBMS – Recursive Relationship in ER Diagrams
A relationship between two entities is called recursive relationship if the two entities are of similar type. For example: A relationship between a manager and… [Read More]
Data Replication in DBMS
Data replication is a process of making the multiple copies of database available on servers. This is done to achieve distributed database. This is to… [Read More]
Starvation in DBMS
Starvation is a situation when one transaction keeps on waiting for another transaction to release the lock. This is also called LiveLock. As we already… [Read More]
Types of DBMS (Database Management System)
DBMS is a software that manages the data for efficient storage and fast retrievals of data from database. MySQL, IBM Db2, Oracle, PostgreSQL etc. are… [Read More]
SQL Rename Database using ALTER DATABASE Statement
You can rename a database using ALTER DATABASE statement. Limitations and restrictions of renaming a database 1. Database cannot be renamed to an existing database… [Read More]
- « Previous Page
- 1
- …
- 26
- 27
- 28
- 29
- 30
- …
- 150
- Next Page »