SQL-exercise
SQL-exercise copied to clipboard
Practice with "Real" SQL Problems
I have a better solution for Question 1.16 in SQL_exercise_01 which can solve the query in just 2 lines. **My solution:** select b.name, a.price, a.name from products a join manufacturers...
  The correct answer is  
All build_schema files now have a 'CREATE DATABASE' line to create a new database for questions, and a "USE
Hi, These are way helpful exercises. Thank you so much. Can you please upload the solutions for Exercise 8. I couldn't find one ! Thanks.
3_questions.sql contained prompts with improperly formatted comments. This resulted in comments being interpreted as queries. This pull request adds a necessary space between the comment delimiter and the comment in...