An open API service indexing awesome lists of open source software.

https://github.com/lindulamaratunga/sql-functions

Stored Procedures, Functions, Views, Triggers and built-in Functions
https://github.com/lindulamaratunga/sql-functions

aggregate concat date datetime function functions ltrim mssql mysql procedure procedures rtrim server sql stored substring trigger triggers trim views

Last synced: 4 months ago
JSON representation

Stored Procedures, Functions, Views, Triggers and built-in Functions

Awesome Lists containing this project

README

        

# Stored Procedures, Functions, Views, Triggers and built-in Functions

[01. Aggregate Functions (MAX, MIN, AVG, COUNT, SUM) in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2011.%20MAX%2C%20MIN%2C%20AVG%2C%20COUNT%2C%20SUM.pdf)

[02. ISNULL in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2012.%20ISNULL.pdf)

[03. String Functions (RTRIM, LTRIM, TRIM) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2014.%20RTRIM%2C%20LTRIM%20%26%20TRIM%20Functions.pdf)

[04. Creating User declared Functions in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2016.%20Functions.pdf)

[05. Stored Procedures in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2017.%20Stored%20Procedures.pdf)

[06. Views and Triggers in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2018.%20Views%20and%20Triggers.pdf)

[07. String Concatenation & Splitting in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2023%20CONCAT%20%26%20Split%20a%20String.pdf)

[08. Date Time in SQL Server](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2026.%20DateTimeInSQLServer.pdf)

[09. Date Time in MySQL](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2027.%20DATE%20and%20TIME%20in%20MySQL.pdf)

[10. String Functions (LOWER, UPPER, LEFT, RIGHT) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2028.%20String%20Functions(LOWER%2C%20UPPER%2C%20LEFT%20%26%20RIGHT)%20in%20SQL.pdf)