From ac115c266dca13b8bfef223d67c11f3609fa6e2b Mon Sep 17 00:00:00 2001 From: Ata Emir Kaba Date: Wed, 4 Jan 2023 17:24:40 +0300 Subject: [PATCH] Update SQL Server Section (#3175) * Update SQL Server Section * Update content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md Co-authored-by: Kamran Ahmed --- .../107-databases/102-relational/100-sql-server.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md index 4c59024d3..854092f31 100644 --- a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md +++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md @@ -1 +1,9 @@ -# Sql server \ No newline at end of file +# SQL Server + +MS SQL (or Microsoft SQL Server) is the Microsoft developed relational database management system (RDBMS). MS SQL uses the T-SQL (Transact-SQL) query language to interact with the relational databases. There are many different versions and editions available of MS SQL + +Free Content +MS SQL website +Tutorials for SQL Server +SQL Tutorial +SQL Server tutorial for beginners