SQL is my most favorite language because it's like a simple English sentence. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

SQL is my most favorite language because it's like a simple English sentence.

Eg: LIST ----------------------------------------- Id | Name | Cost ----------------------------------------- 1. Rice. 120 2. Beans. 80 3. Meat. 250 SELECT AVG(cost) AS AverageCost from list; ----------------------------------------- AverageCost ----------------------------------------- 150 isn't it easy

30th May 2017, 7:51 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
8 Answers
+ 10
You're right. SQL looks almost like English.
31st May 2017, 2:57 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 6
any programming language is easy if you love it SQL is easy but you will need any other language to make your program Because SQL work only with databases
31st May 2017, 1:05 AM
Ahmed Khaled
Ahmed Khaled - avatar
+ 3
Yes. Its almost like a English Sentence. Need remember few commands
31st May 2017, 12:38 PM
S. Abdul. Raheem
+ 2
PL/SQL is perfect. simple, clear and free of sintaxe pranks
31st May 2017, 3:01 AM
Anibal Lopes
+ 1
Absolutely, I had that notion while studying just yesterday
31st May 2017, 8:51 PM
Garuba Andre Yusuf
Garuba Andre Yusuf - avatar
0
I agree with you
1st Jun 2017, 9:39 AM
Paul 4443
Paul 4443 - avatar
- 1
It's easier than Ruby or Python. Right?
1st Jun 2017, 9:40 AM
Paul 4443
Paul 4443 - avatar
- 1
I don't think S Abdul. Raheem is right. It's like some English words in a code. Anybody agree with me?
2nd Jun 2017, 2:20 AM
Paul 4443
Paul 4443 - avatar