Training agenda
- The use of scheduling functions
- Window function OVER()
- ROW_NUMBER()
- RANK()
- DENSE_RANK()
- NTILE(n)
- Non-standard data grouping
- ROLLUP
- CUBE
- GROUPING SETS
- Glossaries, sums, differences and set products
- UNION
- UNION ALL
- EXCEPT
- INTERSECT
- Selected functions
- Text
- Date and time
- Mathematical
- Converting
- The use of several sources and data combining
- Subqueries
- CTE (Common Table Expression) queries
- The use of views
- Temporary tables
- Creating parameterised stored procedures
- Downloading, sending data
- data import
- BULK INSERT
- Sending SQL commands from VBA code in Excel (ADO Recordset)
- Performing an operation in a loop
- Navigating through records
- Data transformation (PIVOT / UNPIVOT)
- Recursive CTE
- Incremental sum