Databases

What is a Document Database?

May 13, 2021

This article deals with the characteristics of document databases, how they differ from relational databases, and their pros and cons. Read on to see examples of document databases.

Read more

What Is an OLTP Database?

May 12, 2021

The OLTP database system is used to manage and process everyday transactions of a business or company. Learn about OLTP and its difference from OLAP in this article.

Read more

What Is a Distributed Database?

May 6, 2021

Distributed databases are a solution for various issues that arise when using a centralized database. Learn about distributed databases and their advantages and disadvantages.

Read more

What is a Multi-Model Database?

April 29, 2021

Multi-model databases combine different database models into a single backend system. Learn about the use-cases and what the best multi-model databases are currently available on the market in this article.

Read more

MySQL Events and Event Scheduler Guide

April 27, 2021

MySQL events run on a schedule defined by the user. They automate database maintenance and execute tasks periodically. Learn how to use them in this simple tutorial.

Read more

What Is a Graph Database?

April 22, 2021

Graph databases are NoSQL systems created for exploring correlation within complexly interconnected entities. Learn when and how to use them.

Read more

How To Use MySQL JOINS {With Examples}

April 20, 2021

This tutorial explains what MySQL JOINS are and how to use them to combine information located in multiple tables, producing a unified result.

Read more

What Is an Object-Oriented Database

April 15, 2021

Object databases integrate seamlessly with object-oriented programming languages. The object-oriented approach to database modeling makes it easier to model complex real-world problems. Learn about how they work and what they can bring to the table in this article.

Read more

MySQL Stored Procedures (Create, List, Alter, & Drop)

April 13, 2021

MySQL stored procedures group multiple tasks into one and save the task on the server for future use. Stored procedures simplify database management and reduce network traffic. Learn how to use stored procedures in this tutorial.

Read more

How To Use MySQL Triggers

April 12, 2021

MySQL triggers provide control over data validation when inserting, updating or deleting data from a database. Learn how to use triggers through an example database and when to use each type of trigger.

Read more
1 7 8 9 10 11 15