I think all you guys already know what the heck of Northwind DB
. yeh! its the most populer sample Database for being a master of sql. you can learn lot of things using this sample database.
for EX:-
Get some ideas about DB structure,
Data types,
Data Delete,
Data Insert,
Data update,
Data search,
Change order....etc..........
How to install this shit into a mysql db
------------------------------------
its very easy, we can use phpmyadmin for that.
--------------------------
Steps---
01) download northwind sql file as a zip file from http://dzine.us/download/
02) extract downloaded zip file.
03) goto your phpmyadmin.
04) create a database with your own name.
05) then click the import tab button.
06) select downloaded and extracted northwind.sql file
07) hit go button. bang!!! your done
Now you can play with SQL
-------------
If your got something useful , give me some rep points
Thanks.
by Jecob Boman
. yeh! its the most populer sample Database for being a master of sql. you can learn lot of things using this sample database. for EX:-
Get some ideas about DB structure,
Data types,
Data Delete,
Data Insert,
Data update,
Data search,
Change order....etc..........

How to install this shit into a mysql db

------------------------------------
its very easy, we can use phpmyadmin for that.
--------------------------
Steps---
01) download northwind sql file as a zip file from http://dzine.us/download/
02) extract downloaded zip file.
03) goto your phpmyadmin.
04) create a database with your own name.
05) then click the import tab button.
06) select downloaded and extracted northwind.sql file
07) hit go button. bang!!! your done

Now you can play with SQL
-------------
If your got something useful , give me some rep points

Thanks.
by Jecob Boman
