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

SQL

The SQL syllabus covers essential topics including installation, data definition, manipulation, and query languages. It also includes constraints, select queries, functions, subqueries, joins, and an introduction to PL/SQL with stored procedures and triggers. This comprehensive outline serves as a guide for learning SQL fundamentals and advanced concepts.

Uploaded by

aryankamble1455
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)
2 views2 pages

SQL

The SQL syllabus covers essential topics including installation, data definition, manipulation, and query languages. It also includes constraints, select queries, functions, subqueries, joins, and an introduction to PL/SQL with stored procedures and triggers. This comprehensive outline serves as a guide for learning SQL fundamentals and advanced concepts.

Uploaded by

aryankamble1455
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

SQL Syllabus

1. Introduction
Introduction
Installation
2. Data Definition Language
Create
Drop
Alter
Truncate
Rename
3. Data Manipulation Language
Insert
Update
Delete
4. Data Query Language
Select
5. Constraints
Primary Key
Auto Increment
Unique Key
Null Or Not Null
Index
Foreign Key
Composite Key
6. Select Queries
Where Condition Queries
Order By Clause
Operators Based Queries
AND, OR, NOT
IN And NOT IN
LIKE
LIMIT And OFFSET
BETWEEN
DISTINCT
ALIAS
CASE WHEN THEN
7. Functions
String Functions
Number Functions
Date Functions
Aggregate Functions
Group By And Having Clause
Window Functions - ROW_NUMBER(), RANK(), DENSE_RANK()
8. Subquery
Subquery In Columns
Subquery In Where Clause
9. Joins
Natural Join
Inner Join
Left Outer Join
Right Outer Join
Full Outer Join
Self Join
Cross Join
10. PL/SQL
Introduction
Stored Procedure
Trigger

You might also like