Skip to content

What You Need to Know 3 Basic Stages for Managing Database

Asep Septiadi edited this page Oct 24, 2021 · 3 revisions

Hi, Coders!

In this first part, to be able to manage databases in the MySQL DBMS, you must understand the basic concepts of its creation, which are as follows

Must be know first

First & Second Stage: Building Database & Access the Database

Before managing the database, of course, we must first create a database for us to fill with data into it, As you can see Here

3rd Creating Table into Database

After creating the database in your system DBMS MySQL, you can manage data inside it, Make sure you have access to the database we mean, As you can see Here