SQL for absolute beginners
Want to learn SQL and need some guidance? SQL is the language you communicate with most of databases today, including SQL Server.
Watch these videos:
- SQL for absolute beginners https://www.youtube.com/watch?v=27axs9dO7AE
- SELECT basics https://www.youtube.com/watch?v=SoxHivg9Ldw
- SELECT extended https://www.youtube.com/watch?v=D37_7p0-iKM
- Subqueries (a bit advanced) https://www.youtube.com/watch?v=GpC0XyiJPEo
To learn better, it is not enough to watch videos, you need to write queries. For that, you need to install two things:
- A free version of SQL Server called “Developer” edition from https://go.microsoft.com/fwlink/?linkid=866662
- SQL Sever Management Studio from https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
I will update this page with further info a bit later.
Leave a Reply