Where can I use SQL | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 14

Where can I use SQL

I finished the SQL course, how can I practice using it now? Is there a way on the code playground?

9th Jul 2017, 8:37 AM
MCJEH
MCJEH - avatar
15 Respostas
+ 18
No, code playground is still unavailable for SQL. But you could still check out this link for some SQL challenges : https://www.sololearn.com/discuss/517493/?ref=app Also, You can practice SQL with this IDE : https://www.jetbrains.com/datagrip/download/
9th Jul 2017, 8:53 AM
Dev
Dev - avatar
+ 12
@John -- I don't think it'd be good for beginners to use their local databases for usernames and passwords. Even on Linux hosts, it's common to see your databases looked through & copied. Before creating a database that serves as a grouping of your credentials (or any other sensitive information), first learn about how to implement security into the matter. Databases should not be unlocked and they should definitely not be unguarded.
22nd Jul 2017, 10:29 AM
Fox
Fox - avatar
+ 2
you can practice SQL by installing xampp/wampp and open phpmyadmin, or mysql workbench. Online you can practice at www.sqlzoo.com and sqlbolt.com, www.sql-ex.com
9th Jul 2017, 10:25 AM
Claudiu Stefan Haidu
Claudiu Stefan Haidu - avatar
+ 2
Download oracel sql Or Microsoft sql express 2014 But installation is very complicated one
10th Jul 2017, 2:33 AM
RAHUL VARMA
RAHUL VARMA - avatar
+ 2
use sql server
10th Jul 2017, 9:19 AM
pankaj yadav
pankaj yadav - avatar
+ 2
on sql server
10th Jul 2017, 3:21 PM
pankaj yadav
pankaj yadav - avatar
+ 2
you can practice online on www.w3schools.com or get a LAMP stack like xampp or wamp and do it locally.
22nd Jul 2017, 5:59 AM
Abdullahi Salihu Abubakar
Abdullahi Salihu Abubakar - avatar
+ 2
I didn't mean personal credentials, just made up credentials to learn the ins and outs of sql. Nothing you don't want people knowing. SQL injection is too easy nowadays. Learning how to gain unauthorized access to databases would be useful too, as you could learn how to implement security features to stop these kinds of attacks if you know exactly how they work. But you're right though. We've got 12 year olds port scanning random people to hack just for fun. Unencrypted and unsecured databases aren't a good idea if they contain confidential information.
22nd Jul 2017, 3:04 PM
John Drennan
John Drennan - avatar
+ 2
sql programing is usefull for what?
23rd Jul 2017, 6:24 PM
nandini
nandini - avatar
+ 1
If you work with programming depending on your function you will use SQL for data base mantaining and organization.
23rd Jul 2017, 2:25 AM
Gabrielle Cristine
Gabrielle Cristine - avatar
+ 1
useful for operating the information gathered by the application. It is useful for processing, make calculations and return the result to the interface or have it accessed directly in the database.
24th Jul 2017, 8:56 AM
Claudiu Stefan Haidu
Claudiu Stefan Haidu - avatar
0
you can practice SQL by installing a software called SQL management studio .... it has some versions .... but I am using 2012
10th Jul 2017, 10:41 AM
azfar hassan
azfar hassan - avatar
0
Wow thanks
22nd Jul 2017, 3:21 AM
Akash Saini
Akash Saini - avatar
0
Build a small website on your local machine and try to implement some sql into it, maybe create a couple databases for usernames/passwords. Or build something useful. I'm making my inventory management system in c++, I'm sure you could build a web based one quite easily. Anything that's good practice, and if it looks good on a portfolio even better. Hopefully this is an educated answer, as I've only dabbled in sql years ago. Best of luck to you and congrats on your certification: )
22nd Jul 2017, 6:20 AM
John Drennan
John Drennan - avatar