Tag: database

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

How to Create MySQL Database in Workbench

January 29, 2020

Workbench is a cross-platform, open-source, visual tool for database management. It provides a user-friendly GUI in which you can create and maintain databases. Learn how to create a MySQL database and table in Workbench, as well as how to add data to a table.

Read more

How to List All Users in a MySQL Database

November 18, 2019

This simple tutorial analyses the commands used to list all user accounts in MySQL. Learn about additional options that help you focus your search.

Read more