bowanggithub / sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning SQL using "sams teach yourself SQL in 10 minutes"
using MySQL
script attached
#mysql -u root -p
#mysql> create database sql10minutes
#mysql> use sql10minutes
The book is DONE!!!


Now doing practice from: www.w3resource.com/mysql-exercises/
#mysql> create database wrpracti_bookinfo;
#mysql> use wrpracti_bookinfo;
The practice is DONE!!!

About