Skip to content

Commit b11b5b8

Browse files
authored
Update README.md
1 parent 3941473 commit b11b5b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
--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.
1+
/*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.
22

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

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

58

9+
Lets Begin */
10+
611
--- Creating A Database
712

813
Create Database SampleGitHub

0 commit comments

Comments
 (0)