Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 801 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 801 Bytes

Description-All the queries mentioned below have been written using a SQL Server Management Studio (SSMS) GUI provided by Microsoft and is platform dependent. Queries are executed using SQL server 2019 Developer edition. We create our own database here using basic sql commands and perform different queries over it to obtain various results. However you can use other different RDBMS such as SQLITE,MySQL,PostgreSQL,ORACLE. The syntax may change slightly although the basics SQL standards are mostly maintained.

Link to downnload SQL SERVER - https://www.microsoft.com/en-gb/sql-server/sql-server-downloads

Tutorial on how to download and install SQL server on windows- https://www.youtube.com/watch?v=yasfZuou3zI&fbclid=IwAR3WW3_P7byXV7R-ig35QLw7FdlpirvRE9rp8EGXnBh6SIUd-hCpsXcuGxg

Lets Begin