Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kalyan4636/learning_sql

SQL Syntax SQL Select SQL Select Distinct SQL Where SQL And, Or, Not SQL Order By SQL Insert Into SQL Null Values SQL Update SQL Delete SQL Select Top SQL Min and Max SQL Count, Avg, Sum SQL Like SQL Wildcards SQL In SQL Between SQL Aliases SQL Joins and all topics are covered in this repo.
https://github.com/kalyan4636/learning_sql

dbms excel msexcel msword mysql nosql sql sql-server ssms ssms-extension

Last synced: 16 days ago
JSON representation

SQL Syntax SQL Select SQL Select Distinct SQL Where SQL And, Or, Not SQL Order By SQL Insert Into SQL Null Values SQL Update SQL Delete SQL Select Top SQL Min and Max SQL Count, Avg, Sum SQL Like SQL Wildcards SQL In SQL Between SQL Aliases SQL Joins and all topics are covered in this repo.

Awesome Lists containing this project

README

        

# LEARNING_SQL

![SQL](https://github.com/Kalyan4636/LEARNING_SQL/assets/79601235/601fba9d-6a1b-4fd1-9758-cc521aabf1c4)

# What is SQL and why it is used?
**SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems.**

# What is T-SQL What is it used for?
**T-SQL (Transact-SQL) is a set of programming extensions from Sybase and Microsoft that add several features to the Structured Query Language (SQL), including transaction control, exception and error handling, row processing and declared variables.**