Welcome to the Namaste SQL Course repository! Here you will find all the codes, notes, and assignments organized for your SQL learning journey. Whether you're a beginner looking to learn SQL from ...
Here is an interesting SQL problem from Namaste SQL assignments. You need to find the cities where not even a single order was returned. In this case the output will be Mysore. The catch is you can't ...
Note: please do not use any functions which are not taught in the class. you need to solve the questions only with the concepts that have been discussed so far. 1- write a sql to get all the orders ...