You are on page 1of 1

Other Relevant Roadmaps Find the detailed version of this roadmap

PostgreSQL Roadmap along with resources and other roadmaps

Backend Developer Roadmap https : // roadmap.sh

SQL
Truncate Table

What are Relational Databases?


Alter Table
RDBMS Benefits and Limitations
Create Table
Introduction SQL vs NoSQL Databases

Data Definition Language (DDL) Basic SQL Syntax SQL keywords

Data Types

Data Manipulation Language (DML) SELECT Operators

FROM WHERE
SELECT INSERT
ORDER BY GROUP BY

HAVING JOINs UPDATE DELETE


SUM COUNT
Statements
AVG MIN MAX INSERT UPDATE DELETE

SELECT

Aggregate Queries Data Constraints JOIN Queries

GROUP BY Primary Key INNER JOIN

HAVING Foreign Key LEFT JOIN

Unique RIGHT JOIN

Creating Views NOT NULL FULL OUTER JOIN

Views Modifying Views CHECK Self Join Cross Join

Dropping Views

Scalar Column

CONCAT LENGTH Row Table

SUBSTRING REPLACE FLOOR ABS MOD Types of Sub Queries

UPPER LOWER ROUND CEILING Nested Subqueries Sub Queries

String Functions Numeric


Correlated Subqueries

Advanced SQL Functions

Date and Time Conditional Data Integrity and Security Data Integrity Constraints

DATE TIME CASE NULLIF


GRANT and REVOKE
DATEPART DATEADD COALESCE
Database Security Best Practices
TIMESTAMP

BEGIN
Stored Procedures and Functions
Managing Indexes
COMMIT
Indexes
Performance Optimization
Query Optimization
ROLLBACK

ACID SAVEPOINT Query Optimization Techniques

Using Indexes

Transactions Optimizing Joins

Reducing Subqueries

Transaction Isolation Levels


Selective Projection

Query Analysis Techniques

Advanced SQL Concepts

Recursive Queries Row_number

Pivot and Unpivot Operations rank

Window Functions dense_rank

CTEs (Common Table Expressions) lead lag

Dynamic SQL

Also visit the other relevant roadmaps.

Backend Roadmap PostgreSQL Roadmap

You might also like