All posts by Tuna Peyo

Data types

Mar 14,16

A data type defines what kind of value a column in a database table can contain. This parameter tells MySQL …

Read More

Create a table

Mar 14,16

Tables are subcontainers within a database that store the actual data. The database is created without any tables. To create …

Read More

Create a user

Mar 14,16

You should not do all your work in MySQL with the root user; instead, it is recommended to create users …

Read More

Create a database

Mar 14,16

To create an MySQL database, the CREATE DATABASE name statement is used. For example, to create a database named testdb, …

Read More

SQL commands syntax

Mar 14,16

MySQL uses a standard form of the well-known SQL data language. The great thing about SQL is that the code …

Read More

Start the command-line interface

Mar 14,16

To access the command-line interface from Windows, select Start > Run and type cmd: This will open the Command Prompt. …

Read More
Geek University 2022