- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Mysql tutorial for beginners in tamil | Create and copy a table from one db to another db table
Mysql tutorial for beginners in tamil | How to create table basic in sql query in tamil | How to create and copy a table from one db to another db in tamil,
This video describes how to open the mysql workbench and how to create the database and how to create table using sql query.
USE keyword which is used to select the particular database from all the databases.
"USE database_name";
CREATE DB and TABLE:
Create is a keyword which is used to create database or create table.
"CREATE DATABASE database_name" this is the query for create database.
CREATE TABLE table_name(
filed1_name data_type,
filed2_name data_type,
etc.,
);
the above query is used to create a new table.
Create a table like already existing one.
"create new_table_name like existing_table_name" this query is used to create only the table structure from the existing table.
"create new_table_name as select * from existing_table_name " which is used to copy and create newly from existing table.
Видео Mysql tutorial for beginners in tamil | Create and copy a table from one db to another db table канала Parallel Code
This video describes how to open the mysql workbench and how to create the database and how to create table using sql query.
USE keyword which is used to select the particular database from all the databases.
"USE database_name";
CREATE DB and TABLE:
Create is a keyword which is used to create database or create table.
"CREATE DATABASE database_name" this is the query for create database.
CREATE TABLE table_name(
filed1_name data_type,
filed2_name data_type,
etc.,
);
the above query is used to create a new table.
Create a table like already existing one.
"create new_table_name like existing_table_name" this query is used to create only the table structure from the existing table.
"create new_table_name as select * from existing_table_name " which is used to copy and create newly from existing table.
Видео Mysql tutorial for beginners in tamil | Create and copy a table from one db to another db table канала Parallel Code
mysql tutorial for beginners in tamil mysql tutorial in tamil how to create a new table how to create a new database in tamil how to drop a database in tamil How to copy and create new table from existing table how to copy a table from one database to another database using mysql query in tamil தமிழ் basic queries in mysql in tamil how to open mysql workbench in tamil how to execute query in mysql workbench in tamil
Комментарии отсутствуют
Информация о видео
10 мая 2021 г. 8:00:16
01:07:15
Другие видео канала




















