💡 Solved the “Dynamic Pricing” SQL problem on Namaste SQL! This problem focuses on: • Calculating total sales for each product • Using the product price effective at the time of the order • Handling ...
💡 Solved the “Penultimate Order” SQL problem on Namaste SQL! This problem focuses on identifying: • The second most recent (penultimate) order for each customer • The only order for customers who ...
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 ...
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 ...