SQL_Notes
SQL_Notes
1. Introduction to SQL
- SQL is a standard language used for storing, manipulating, and retrieving data in databases.
2. Features of SQL
4. SQL Constraints
5. SQL Joins
- LEFT JOIN: Retrieves all rows from the left table and matching rows from the right.
- RIGHT JOIN: Retrieves all rows from the right table and matching rows from the left.
6. Aggregate Functions
7. SQL Clauses
8. Subqueries
9. SQL Indexing
- Properties (ACID):
- Window Functions: Operates over a set of rows related to the current row.
Conclusion
SQL is a powerful language for managing relational databases. Its simplicity and versatility make it