SQL Syllabus
SQL Syllabus
1. Introduction to SQL
2. Introduction to Databases and RDMBS
3. Install a Database Engine
4. SQL Syntax
5. SQL Data Types
6. SQL Operators
7. SQL Expressions
8. SQL Comments
9. SQL – Data Definition Language Commands and Operations.
10. SQL – Data Manipulation Language Commands and Operations
13. SQL – Data Control Language Commands
14. DCL Operations
15. SQL Functions
16. SQL Queries and Sub Queries
17. SQL Clauses
18. SQL Joins
19. SQL Views
20. SQL Indexes
21. SQL Transactions
22. SQL Injection
23. SQL vs. NoSQL
SYLLABUS:
1. Introduction to SQL
(What is SQL?, Purpose of SQL, Who should learn SQL?, What are the subsets of SQL?,
Data Definition Language, Data Manipulation Language, Data Control Language, and
SQL vs. NoSQL)
4. SQL Syntax
(Focus on SQL Syntax, SQL keywords, SQL is not case sensitive, SQL Comments, SQL
Commands, and writing SQL Statements.)
6. SQL Operators
(SQL Arithmetic Operators, Comparison Operators, Logical Operators, and Bitwise
Operators)
7. SQL Expressions
(SQL Boolean Expression, SQL Numeric Expression, and SQL Date Expression)
8. SQL Comments
(SQL Comments, Comments are used to explain sections of SQL statements, or to
prevent the execution of SQL statements. Single-Line Comments, and Multi-line
Comments)
Data Manipulation Language Operations, Retrieving data from a table, Inserting data
into a table, Updating existing data into a table, and Deleting all records from a
table.)