MySql Tutorial: CREATE database, add table & INSERT VALUE

preview_player
Показать описание
How to create database and tables in MySql using the terminal on UBUNTU ...
Find more MySQL tutorials at my website
mysql -r root -p
enter your password
SHOW DATABASES;
CREATE DATABASE name;
USE database_name;
CREATE TABLE name (fields and their data types);
DESCRIBE table_name;
INSERT INTO table_name VALUE(field values);
SELECT * FROM table_name:

how to create database in mysql
how to create table in mysql
create table in mysql
mysql create table
mysql create database
create database mysql
mysql linux
mysql tutorial
create database in mysql
how to create a database in mysql
mysql ubuntu
mysql
how to create a table in mysql
mysql command line tutorial
create table mysql
mysql tutorial for beginners
creating database in mysql
mysql database
how to create table in sql
how to create tables in mysql
my sql
mysql terminal
create table in sql
mysql table creation
create a database in mysql
mysql command line
mysql in linux
create mysql database
mysql database tutorial
how to create a table in sql
how to create mysql database
sql tutorial for beginners
how to make database in mysql
how to use mysql
mysql in ubuntu
mysql shell
sql create table
how to create database in sql
creating a database in mysql
ubuntu mysql
sql
mysql table
mysql commands
how to create database
how to install mysql in ubuntu
mysql create table and insert data
mysql shell tutorial
creating table in mysql
create database
sql linux
mysql create database and table
sql table creation
database
linux mysql
create table sql
database tutorial
how to use mysql shell
mysql for beginners
mysql on ubuntu
create a table in sql
database mysql
how to make table in mysql
mysql ubuntu 20.04 tutorial
sql create table and insert data
create a table in mysql
create database in sql
mysql cmd
mysql server
sql create database and table
how to create table in my sql
mysql table create
creating table in sql
how to create table in database
how to create a database
sql tutorial
mysql query tutorial
how to create table in mysql workbench
mysql ubuntu tutorial
create table
database create table mysql
mysql command
mysql command line client tutorial
sql commands
mariadb
mariadb tutorial
mysql programming
how to use mysql database
mysql tutorial for beginners in hindi
how to create a database in sql
install mysql on ubuntu
mysql workbench tutorial
my sql tutorial
mysql command line client
mysql full course
mysql tutorials
mysql workbench
как создать базу данных mysql
how to create sql table
linux database
mysql how to create database
mysql insert into table
mysql tutorial create database table and insert values
mysql ubuntu 20.04
sql create database
tutorial mysql
how to create table in mysql 8.0 command line client
insert into table sql
mysql on linux
sql database
como crear una base de datos en mysql
how to make a database
my sql server 2017 tutorial for beginners
mysql basics
mysql basics for beginners
mysql mac
mysql usage of commands in database
create table in sql server
how to create table in sql command line
install mysql in ubuntu
mysql program
how to open mysql
how to use mysql workbench to create a database
mysql in terminal
mysql queries
mysql workbench create database
mysql создание базы данных
value mzzyrq
creating database
dbms
how to create database in my sql
how to create database in mysql workbench
how to create table in dbms
how to create tables in sql
how to run sql command line
mysql create database command line
mysql how to create table
mysql shell create database
sql in linux
sql in ubuntu
create database sql
creer une base de donnée mysql
dbms practical
how to create sql database
how to create table
how to create table in sql database
how to insert values in sql table
how to install mysql on ubuntu
how to use my sql
how to use mysql workbench
insert values into table mysql
mysql in ubuntu 20.04
mysql project
plus two computer application practical sql
sql basics for beginners
mysql setup
mysql tybcom
plus two ca practical exam
plus two computer application commerce practical
sql how to create table
sql insert
sql terminal
sql tutorial for beginners in hindi
sql tutorials
triggers in mysql
ubuntu command line tutorial
xampp mysql
basic mysql
bro code python
cmd
cmd commands
command prompt
create a mysql database
create database and design a table in mysql? apply the update and delete queries?
create db in mysql
create mysql
create sql table
create table in dbms
creating table in my sql
dad 220 module 3 major activity
database management system practical
dbms lab tutorial for beginners
dbms queries
dbms table creation
ddl commands in sql
how to add column in sql
how to create a new database in mysql
how to create data base
how to create database in mysql command line
how to create database table
how to create database table in mysql
how to create table in mysql shell
Рекомендации по теме
Комментарии
Автор

This is the simplest tutorial I've found on youtube. Thanks a lot!

farajshaikh
Автор

01:10 Update ... with Ubuntu 18.04 and mysql-5.7, the default method for a mysql root login has changed ... type
sudo mysql -u root

Thanks for posting this, good one

tobiba
Автор

Thanks bro, you're a lifesaver! I am doing MySQL for an internship and needed to figure out how to create a database that a chatbot could sync to.

rogersmith
Автор

Thank you so much, great tutorial. I have googled and searched for this for hours and just couldn't understand it. After watching this video it's so easy to understand. Great job, thumbs up!

MultiPCGamingVideos
Автор

Finaley someone who does it clearly and fast.

ioannismarkoulakis
Автор

Thanks so much, , I was not able to create a table. But have understood everything now. Thanks so much

martinkilonzo
Автор

Think's so much have began to like MYSQL, whish you upload more videos.

jobacaye
Автор

THANKS MAN, You really help me. was struguling how to create table, this really helped, good job. THANK YOU BOSS, ITS REALY HELP ME. Thank you! it's simple and the better for learn this!

daksh
Автор

Love to hear you saying you love Ubuntu. I love it too. Cheers

alvarocafe
Автор

I tried many times before watching your video but it got success now thank you so much 😎😎😎👍👍

tanoojboyapally
Автор

Thanks my dude, this video helped me break through the database barrier.

tertiusakademia
Автор

Thank you, . Also i'm operating in mac os and have been thinking of switching to linux (especially since i have a growing interest in deep learning), my only concern about linux is the amount of apps available to linux in comparison to apple. What's your opinion on Linux vs. apple? I'm glad to hear from any/everyone!

ROCLife
Автор

outstanding!!! a good simple process to follow.

xaviercortez
Автор

How did you go to the first line again at 4:11 ...?

shrutiguldagad
Автор

in fact this is a good video for every beginner, it very helpful. thanks very much. can i get a link to the continuation ( i mean the next thing to know after this create and insert tut)

godwinadade
Автор

Videos of mysql queries was nice the video was helpful to me for my practical examinations

diviya.c
Автор

You have forgotten to create an ID as a primary key of the books table...

mysql> CREATE TABLE books (
id INT PRIMARY KEY,
title VARCHAR(30) NOT NULL,
language VARCHAR(20) DEFAULT "English" NOT NULL,
author VARCHAR(30) NOT NULL
);

forsabarça
Автор

helped a lot before my practical ty :)

peppermintdior
Автор

Really helpful video. Thank you! Straight forward, simple, and informative.

Loopysoloist
Автор

THANKS dUDEE

you helped me
a lot.

siddhantnaik