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>pull/3077/head^2
parent
6de156bcaa
commit
ac115c266d
1 changed files with 9 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue