Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lindulamaratunga/sql-commands
- Owner: lindulamaratunga
- Created: 2024-07-15T22:31:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T06:18:27.000Z (3 months ago)
- Last Synced: 2024-08-08T08:06:27.523Z (3 months ago)
- Topics: alter, begin, command, commands, create, ddl, delete, drop, group, insert, mysql, rollback, select, server, sql, transaction, transactions, truncate, union, update
- Homepage:
- Size: 8.79 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)