SQL Code Coach | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQL Code Coach

I’ve been trying some of the Code Coaches, and I found a drop down for a certain programming language. (Like seeing what challenges can be solved in python or ruby) Then, I realized there are no Code Coaches in SQL. Will that be added in a new update or just won’t happen?

28th Oct 2023, 8:00 PM
Annihilate
Annihilate - avatar
8 Answers
+ 2
Trey I believe you read my code bits already because you liked it. https://code.sololearn.com/cKqm1J8dX791/?ref=app You can use it to practice your SQL skills even you don't have python knowledge. Write your SQL inside variable and hit run to test your skill. It is best to view on PC with table_mode on. You can read the instructions section for more information.
29th Oct 2023, 1:58 AM
Wong Hei Ming
Wong Hei Ming - avatar
+ 3
Trey most likely will not happen as sql backend development is very costly compared to regular languages.
28th Oct 2023, 11:32 PM
BroFar
BroFar - avatar
+ 3
Trey You can always create a form of a database within the playground based around multiple Tables, Arrays, or Directories, or List and give the inputs similar cmd(s) like from table employees SELECT name, salary FROM employees WHERE... and so as previous users have in the past... I know I have a project similar in one of my older codes like 3 to 5 years ago. Very sql oriented and I kept updating it to include more cmd structures and joining tables ... I wish I could give you a better answer other than an idea toward multiple skillsets.
29th Oct 2023, 12:28 AM
BroFar
BroFar - avatar
+ 3
Wong Hei Ming you did exactly as I mentioned to him to create a database and play around with the cmd(s). Thank you for adding the demonstration code as an example.
29th Oct 2023, 2:24 AM
BroFar
BroFar - avatar
+ 2
Trey Looks like you are not fully satisfied about our answers. SQL is very different from other languages. It is specially designed for rational database. The main purpose is to store and retrieve data, while other languages is to solve a problem or perform some action. That's why I don't think code coach will have any challenges about SQL soon. Meanwhile you can use my code to practice. You need to think some questions for you own. Here are some of them I makeup quick. 1. Retrieve movie(s) name where a person is a performer and director. And show which character that person is playing. 2. A movie can have more than one category. Find the average number of categories for all the movies / collection. 3. Update the missing data (null) with a actual value you can find. 4. Fully insert a new movie with all the attributes, key players and director. There can be much more to practice. Be creative.
29th Oct 2023, 4:07 PM
Wong Hei Ming
Wong Hei Ming - avatar
0
Well I already completed all the lessons for SQL, and I want to practice my skills from a Code Coach or something.
29th Oct 2023, 12:12 AM
Annihilate
Annihilate - avatar
0
Ok
29th Oct 2023, 2:47 PM
Annihilate
Annihilate - avatar
0
Alright then
29th Oct 2023, 5:19 PM
Annihilate
Annihilate - avatar