Articles related to core DBMS topics such as normalization, DDL & DML statements, ACID properties, different databases, etc.

How to Create Table in MySQL?

Summary: In this tutorial, we will learn to create a table in the MySQL database using the command line and phpMyAdmin interface. According to MySQL documentation, the general syntax to…

4 Comments

How to Create Database in MySQL?

In this post, we will discuss how to create a database in MySQL using the command line and phpMyAdmin. According to MySQL documentation, the general syntax to create a database…

2 Comments