mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
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 <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,9 @@
|
||||
# Sql server
|
||||
# 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
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.microsoft.com/en-ca/sql-server/'>MS SQL website</BadgeLink>
|
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://docs.microsoft.com/en-us/sql/sql-server/tutorials-for-sql-server-2016?view=sql-server-ver15'>Tutorials for SQL Server</BadgeLink>
|
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.w3schools.com/sql/default.asp'>SQL Tutorial</BadgeLink>
|
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=-EPMOaV7h_Q'>SQL Server tutorial for beginners</BadgeLink>
|
||||
|
Reference in New Issue
Block a user