0% found this document useful (0 votes)
9 views2 pages

Backend Roadmap

.Backend_roadmap
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)
9 views2 pages

Backend Roadmap

.Backend_roadmap
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/ 2

Backend roadmap

Database design
Database Design and Visualization

Database Design

SQL basics

select

Filtering

ORDER BY

DISTINCT

LIMIT

WHERE Clause

Comparison operators

Logical operators

AND operator

OR operator

Joins

SQL Aliases

INNER JOIN

LEFT OUTER JOIN

FULL OUTER JOIN

SELF JOIN

Aggregate

Aggregate functions

Backend roadmap 1
AVG

COUNT

SUM

MAX

MIN

Grouping data

GROUP BY

HAVING

Subqueries

Subquery

Correlated Subquery

Database concepts - see Designing Data-Intensive Applications book

Reliable, scalable and Maintainable applications chapter 1

Data models and query languages chapter 2

Backend roadmap 2

You might also like