Creating Your Database Using SQL

preview_player
Показать описание
Before we can work with a database using things like select statements, we must first create our database. This create command is part of the DDL of the SQL language.
Luckily, the creation of the database is very simple in SQL. And, it's even easier in HeidiSQL. So let's take a look at how we can create our database, so we can then move on to creating other elements that go into the database and make it usable for us and end users.

-- Video Chapters --
00:00 - Introduction
01:02 - Creating the Database
02:21 - Executing the command
03:32 - Creating a DB with HeidiSQL
04:46 - What is collation for
Рекомендации по теме
visit shbcf.ru