3 Replies
https://learn.microsoft.com/en-us/sql/sql-server/tutorials-for-sql-server-2016?view=sql-server-ver16
Great place to start!
Tutorials for SQL Server - SQL Server
Use these SQL Server tutorials to learn new technologies and features. Tutorials for earlier versions of SQL Server usually work with more recent versions.
How different is it from base sql?
I believe this is Microsoft's implementation of SQL so you should expect to see T-SQL syntax. But I think the core SQL concepts can also be obtained from there.
Example: Fetching data in SQL remains the same