Download Northwind SQL :-)

Jecob Boman

Well-known member
  • Dec 10, 2013
    1,333
    93
    48
    homagama
    I think all you guys already know what the heck of Northwind DB :P. 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.......... :D

    How to install this shit into a mysql db :oo:
    ------------------------------------

    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 :P

    Now you can play with SQL :D

    -------------

    If your got something useful , give me some rep points :)
    Thanks.
    by Jecob Boman ;)