+ 1
Other than SQL managers on websites, are there any independent applications where one could test what one learns here?
9 Antworten
+ 3
Try to setup SQL Server locally, download Microsoft's sample database AdventureWorks and use it for your learning experiments. For MySQL: dev.mysql.com/doc/index-other.html (other MySQL documentation). Also there is MySQL port of AdventureWorks database on sourceforge (AdventureWorks Datbase for MySQL). Postgre sample databases can be found at wiki.postgresql.org/wiki/Sample_Databases. There are many online interactive SQL courses. For example, sqlzoo.net.
+ 2
depends on the OS you're using, for Linux you would go with mysql/postgres, for Windows you would use mssql. I would not recommend Oracle for beginners.
+ 1
how about setting up a local sql server?
+ 1
Very true. But how does one go about doing so?
+ 1
oracle sqldeveloper is "offline" (you must download from the web with oracle database 11g but when its installed you can use without internet) or the microsoft sql.
+ 1
You can also download and install wamp server, its free. Use the console to access the command line on windows platform.
+ 1
download latest version of wamp, install it and let it run successfully, then type in "localhost" in your native browser app.
0
Thanks all, much obliged!
0
try oracle express edition its free