Tag: relational database

Database Relationship Types & How They Are Established

July 11, 2022

Database relationships are an important concept in database modeling. Learn about the different relationship types and how they are created in this article.

Read more

What Is a Database?

September 2, 2021

This article defines the database and the various components that make up a storage system. Learn about the history of databases, the various types that exist and where the future development of databases is headed.

Read more

How to Repair MySQL Database

August 5, 2021

A corrupt database can happen at any moment. Try some of these methods to repair your MySQL database quickly.

Read more

How To Optimize MySQL Tables

June 24, 2021

MySQL tables fragment over time as delete and update queries are performed. With a large database, the fragmentation slows down queries significantly. Learn about when to use optimization and follow our tips on how to perform table defragmentation.

Read more

What Is a Relational Database?

June 10, 2021

Relational databases provide a structured and consistent way of storing data. This guide covers the definition of relational databases, the way they organize data, and the pros and cons to using them.

Read more