+ 19
Is SQL easy ?
I saw only a few lessons for SQL, so I wonder if it's simple.
28 Réponses
+ 13
SQL is designed to be simple. You usually write short queries in more or less natural language. The SoloLearn course on SQL already gives you all the tools you usually need. There are also complex queries, but usually they require more logical thinking instead of in-depth knowledge.
You can't practice SQL on SoloLearn, unfortunately, because it only works on databases. There are some little interactive games on the internet such as "SQL Island", however.
+ 17
Yes, it is. Even some non-programmers (testers) learn SQL.
+ 11
Visualization of the tables can be a bit complicated, but the langauge itself is fairly simple
+ 10
Yes it is varry simple and easy and usable,
But it is not strong and not safety.
+ 8
Too simple
+ 7
Yaa pretty much easy and you will have to remember the commands....if you practice it you will master sql in no time...its one of the easiest languages here😊
+ 6
🔻When comparing other programming languages SQL is little bit easy.
That's my opinion.
🔻However sql is a querying language therefore it mostly use to retrieve data from relational databases.
🔻And sometimes there might be difficult (😁 not difficult really more complex) queries we have to write when retrieve data.
But learning sql concepts is very easy and interesting.
+ 4
the sololearn is a great place for starting. you need your setup and practice area. download SQL Express setup: https://www.microsoft.com/en-us/download/details.aspx?id=56840
and the Microsoft SQL Server Management Studio (SSMS) 18.1: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017#download-ssms-181
from there you’ll need to register a database instance to tinker around with.
https://www.w3schools.com/sql/
https://stackoverflow.com
Two sites that will hold your hand through the vast majority of your questions
+ 4
Yes it is easy but u need to understand it logically
+ 3
It's logical.
+ 3
SQl is a pretty easy language but a useful tool to control dayabases. The syntax is pretty easy but you have to take some special care cause sometimes, some things can go wrong very easily.
If you want to practice SQL then w3schools is the place you should go. It helped me practice during my SQL courses. You should try it out, if it is feasible. (I am sorry for promoting another website.)
+ 3
Everything can be easy but first of all understand why you want to learn it and how will you use it.
So again SQL is pretty straight forward and easy to learn.
Enjoy 👍
+ 3
Yes it is easy to learn!! once you understand the concept, you will be okay.
+ 3
claro, es fácil, aunque debes aprenderte la sintaxis
+ 3
Hi guys. I'm new for here!
+ 3
It depends on you!
+ 2
I have been learning SQL for a month now. It seems pretty straight forward, but i wish there was a way to practice.
+ 2
As others have said, SQL is overall pretty easy. For most people, trying to picture how the JOINS work in your head can probably be the more complicated part of learning it.
https://www.codeproject.com/KB/database/Visual_SQL_Joins/Visual_SQL_JOINS_orig.jpg
^Here is a diagram so you can get a visual of what the JOINS look like and how they work.
+ 2
Yes it is a part of oracle
It contains 3 stages
1-SQL
2-PL/SQL
3-DYNAMIC SQL
SQL is looks like little bit easy but pl/SQL is bit difficult
+ 2
Yeah it's syntax is pretty simple just like normal English but complexity comes with complicated problems believe that.