0% found this document useful (0 votes)
4 views6 pages

Revise SQL, Topic by Topic

The document provides a detailed analysis of SQL practice, covering various topics such as basic SQL commands, string functions, case statements, and advanced techniques like CTEs and window functions. A total of 36 questions were solved, with a performance breakdown showing an overall accuracy of 86.1%. The feedback encourages further practice in advanced SQL topics and exploring query optimization techniques.

Uploaded by

bestwayistoemail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views6 pages

Revise SQL, Topic by Topic

The document provides a detailed analysis of SQL practice, covering various topics such as basic SQL commands, string functions, case statements, and advanced techniques like CTEs and window functions. A total of 36 questions were solved, with a performance breakdown showing an overall accuracy of 86.1%. The feedback encourages further practice in advanced SQL topics and exploring query optimization techniques.

Uploaded by

bestwayistoemail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

A detailed analysis

SQL
of your SQL
practice
Revision
Report
Basic SQL: SELECT, WHERE, GROUP BY,
HAVING, ORDER BY.

Topics
String Functions: LENGTH, CONCAT,
SUBSTRING, REPLACE, LIKE.

Covered
CASE Statements: Conditional logic in SQL
queries.

UNION and UNION ALL: Combining results


with and without duplicates.

INTERSECT: Finding common records


between two tables.

CTEs (Common Table Expressions):


Simplifying complex queries.

Subqueries: Nested queries for advanced


filtering.

Window Functions: ROW_NUMBER, RANK,


and DENSE_RANK.
A total of 36 questions were solved:

- Basic SQL: 6 questions


Questions
- String Functions: 6 questions
Solved
- CASE Statements: 6 questions

- UNION & UNION ALL: 4 questions

- INTERSECT: 3 questions

- CTEs & Subqueries: 9 questions

- Window Functions: 2 questions


Performance Analysis

- Correct Answer:
- Correct Approach:
Full points (5 for Easy, - Correct Logic: 50%
Marking Criteria: 25% of the total
8 for Medium, 10 for of the total points.
points.
Hard).

- Medium: 92 points - Easy: 62 points (13


Bibhanshu’s Score - Totally Incorrect: 0
(12 questions, 10 questions, 12
Breakdown: points.
correct). correct).

- Hard: 100 points (11


- Total: 254 points.
questions, 9 correct).
Questions by Difficulty:
- Easy: 13 questions
- Medium: 12 questions
- Hard: 11 questions

Points Distribution:
- Easy: 62 points Representation
- Medium: 92 points
- Hard: 100 points

Accuracy:
- Correct: 86.1%
- Logic Correct: 13.9%
- Approach Correct: 0%
Feedback and Next Steps

You have demonstrated


a strong understanding
of SQL concepts,
ranging from basic
querying to advanced Next Steps:
techniques like CTEs,
subqueries, and window
functions.

- Practice advanced - Explore query


SQL topics. optimization techniques.

- Share your
achievements to inspire
others!

You might also like