Other than SQL managers on websites, are there any independent applications where one could test what one learns here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Other than SQL managers on websites, are there any independent applications where one could test what one learns here?

19th Oct 2016, 3:09 PM
Jaisuun
Jaisuun - avatar
9 Answers
+ 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.
21st Oct 2016, 12:57 PM
FirstName LastName
FirstName LastName - avatar
+ 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.
20th Oct 2016, 11:07 AM
tboston
tboston - avatar
+ 1
how about setting up a local sql server?
19th Oct 2016, 7:49 PM
tboston
tboston - avatar
+ 1
Very true. But how does one go about doing so?
19th Oct 2016, 7:51 PM
Jaisuun
Jaisuun - avatar
+ 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.
20th Oct 2016, 10:34 AM
Barzdevics Toto
Barzdevics Toto - avatar
+ 1
You can also download and install wamp server, its free. Use the console to access the command line on windows platform.
7th Nov 2016, 6:11 PM
Goldwyn Zimba II
Goldwyn Zimba II - avatar
+ 1
download latest version of wamp, install it and let it run successfully, then type in "localhost" in your native browser app.
8th Nov 2016, 2:05 AM
Joshua Ehoche
Joshua Ehoche - avatar
0
Thanks all, much obliged!
20th Oct 2016, 11:56 AM
Jaisuun
Jaisuun - avatar
0
try oracle express edition its free
22nd Oct 2016, 9:33 AM
Luk3Stein
Luk3Stein - avatar