Welcome to the SQL & Python Questions repository!
This repo features key SQL and Python questions with descriptions and solutions β perfect for interviews, revision, and practice.
π οΈ SQL Questions (click to collapse)
# | Title | Description | Link |
---|---|---|---|
1 | Table Creation | SQL to create a relational model | View SQL |
2 | Question 01 | Example SQL problem with solution | View SQL |
3 | Question 02 | Example SQL problem with solution | View SQL |
4 | Question 03 | Example SQL problem with solution | View SQL |
5 | Question 04 | Write a query to find the employee with the highest salary in each department in the year 2025. | View SQL |
6 | Question 05 | Write a query to rank employees by salary within their respective department, with the highest salary getting rank 1. | View SQL |
7 | Question 06 | Write a query to calculate the cumulative total salary paid to employees over time, ordered by SalaryDate. | View SQL |
8 | Question 07 | Write a query to display only the top 3 highest salaries within each department. | View SQL |
π Python Questions (click to expand)
# | Title | Description | Link |
---|---|---|---|
1 | Question 01 | Python coding question with solution | View Python |
- Expand the section you're interested in.
- Click the question links to view the code.
- Ideal for interview prep and skill-building.
- Fork this repo
- Create a new branch (
feature/add-question
) - Add your question and open a PR
If this repo helped you:
- β Star it
- π Share it
- π Watch for updates
Happy Learning & Coding! π