Category: DB

How to Create a database in MySQL

A database is a container that holds all your tables. A table is a container for a subset of your data. A table holds...

Quickly Exploring MySQL in 7 commands

In this article, we’ll be quickly exploring MySQL. The DBMS doesn’t contain any user databases as you’ll shortly observe. Follow the steps below for...

What is the history of MySQL with 3 layers ?

MySQL history SQL stands for Structured Query Language but was initially conceptualized as SEQUEL Structured English Query Language. The name was changed from SEQUEL to...

What’s the difference between a Relational vs Non-Relational database?

In this article we are going to understand between Relational vs Non-Relational database Evolution of Storage Technologies There is a plethora of terms and jargon that...

SUBSCRIBE TODAY

What are Triggers?

EXPLAIN plan in SQL

How to use TRUNCATE for MYSQL