Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

SQL Commands and Conditional Statements
https://github.com/lindulamaratunga/sql-commands

alter begin command commands create ddl delete drop group insert mysql rollback select server sql transaction transactions truncate union update

Last synced: 5 days ago
JSON representation

SQL Commands and Conditional Statements

Awesome Lists containing this project

README

        

# SQL Commands and Conditional Statements

[01. SQL Commands and CRUD Operations in SQL (INSERT, SELECT, UPDATE, DELETE)](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2001.%20Quick%20Reference.pdf)

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

[03. Syntax in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2003.%20Syntax.pdf)

[04. DDL Commands (CREATE, ALTER, DROP, TRUNCATE) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2004.%20Create%2C%20Modify%2C%20Delete%20%26%20List%20Tables.pdf)

[05. DESC and ASC in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2005.%20DESC%20%26%20ASC.pdf)

[06. Conditional Statements in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2013.%20Conditional%20Statements.pdf)

[07. UNION in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2015.%20UNION.pdf)

[08. Logical Operators (IN, ANY, ALL, >=, <=, AND, OR, NOT) in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2021.%20IN%2C%20ANY%2C%20ALL%2C%20AND%2C%20OR%2C%20NOT.pdf)

[09. Transactions in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2022.%20Transactions.pdf)

[10. Understanding Collation in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2024.%20Collation.pdf)