I started to learn SQL and.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

I started to learn SQL and..

I have a question: I'm learning SQL here in SoloLearn but I'm also watching some YouTube videos about SQL. The channels name is Socratica and she uses PostgreeSQL to teach. I wanna know if some concepts can change between the videos and the explanations of Solo Learn.

18th Mar 2019, 9:08 PM
Ana Beatriz Augusto de Melo da Silva
Ana Beatriz Augusto de Melo da Silva - avatar
5 Answers
+ 17
There shouldn't be any major differences between the syntax, at least on the query level: https://www.postgresql.org/docs/8.3/features.html Personally, I stumbled upon Postgresql relatively recently. What I like the most is jsonb, specific to Postgresql. I like the syntax and how easily I can query the JSON entries thanks to it :)
18th Mar 2019, 9:59 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 7
Each database engine has its own flavour or 'dialect' of SQL. The basic stuff should be the same across all platforms though. Some of the major differences: - scripting syntax for writing stored procedures - how NULL is treated - select from nothing - more complicated join types, e.g. outer (left/right) joins have some proprietary syntax in Oracle and MSsql, and mysql does not support full outer join.. - hierarchical queries Anyway PostgreSQL is perfectly fine for learning, and if you got the basics, it is not too difficult to research db-specific variations from documentation, if you need to switch to another engine.
19th Mar 2019, 12:45 PM
Tibor Santa
Tibor Santa - avatar
+ 7
Both are same.Continue learning .Solo learn will be the best choice.
20th Mar 2019, 10:26 AM
🇮🇳Harsh Raj 🇮🇳
🇮🇳Harsh Raj 🇮🇳 - avatar
+ 3
They are the same just make sure you are on path ok
19th Mar 2019, 5:23 PM
George S Mulbah II
George S Mulbah II - avatar
+ 2
good.this is the place where u can learn most of things in parallel
20th Mar 2019, 3:22 AM
Kalpana Reddy
Kalpana Reddy - avatar