In this video, I have explained how to use MySQL Shell in Tamil. I go through the basic commands used for connecting the server, displaying the list of databases, changing to SQL language mode, displaying the list of tables, setting the default database, creating a table, inserting values into a table, displaying the table with data, disconnecting from the server and quitting MySQL Shell.
MySQL Installation and Workbench Basics -- • Installing MySQL Server, Workbench, Shell ...
Commands used --
\sql
\connect
\use
show databases;
show tables;
create table
insert into
select from
\disconnect
\q
Language used in this video - தமிழ் (Tamizh)
Like, Share and Subscribe Code Screens Tamil for more videos.
#mysql #sql #database #tamil