SQL
SQL Tutorial 2: Installing MySQL, Working with SQL Workbench & Command Line Clients
MSSQL Commands:
- mysql> show databases;
- mysql> use <DB name>;
- mysql> show tables;
- mysql> select * from <table name>; eg: mysql> select * from city;
<Contd. to the ppt, link shared below>
-----------------------------------------------------------------------------------------------------------------------------
Resources:
- https://www.youtube.com/playlist?list=PLUDwpEzHYYLt0aRs7gvyEEviMp_CoTO3q&disable_polymer=true
- https://www.slideshare.net/pavan5780/mysql-164020041/1
Comments
Post a Comment