Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 813 Bytes

File metadata and controls

41 lines (21 loc) · 813 Bytes

These SQL codes are Advanced SQL Queries Learnt from my mentor Luke Barrouse and it entails

  1. Introduction to Business Intelligence, SQL Server Architecture, and Basic Queries

  2. Key SQL Commands (CREATE, DROP, SELECT, INSERT, ALTER, UPDATE, etc.)

  3. SQL System Defined Functions

  4. Querying Database Tables (WHERE, ORDER BY, LIMIT, etc.)

  5. Handling NULL Values

  6. Aggregating Data with GROUP BY (Default & Customized Groupings)

  7. SQL Joins

  8. SQL Window Functions

  9. Subqueries

  10. Conditional Statements (CASE WHEN, IF ELSE)

  11. Stored Procedures

  12. Loops & Cursors

  13. Triggers

  14. Handling Exceptions & Errors in SQL

  15. Temporary Tables (Hash & Double Hash)

  16. SQL Views

  17. Security & Access Management

  18. Transactions (COMMIT & ROLLBACK)

  19. Indexes

  20. Pivot & Unpivot Functions