Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kalyan4636/learning_sql
- Owner: Kalyan4636
- Created: 2023-06-07T00:12:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T16:11:13.000Z (about 1 year ago)
- Last Synced: 2024-11-10T03:19:46.015Z (2 months ago)
- Topics: dbms, excel, msexcel, msword, mysql, nosql, sql, sql-server, ssms, ssms-extension
- Language: TSQL
- Homepage: https://www.namastesql.com/
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**