Curso Fundamentos do SQL Server / Carreira Desenvolvedor Backend .NET
Para realização do curso Foi utilizado o Docker e SQL Server 2019 / Azure Data Studio.
- Ferramentas
- Create Database
- Create Table
- Alter/Drop Table
- Constraints - Not Null
- Constraints - Unique
- Primary Key
- Composite Key
- Índices
- Identity
- Insert
- Select
- Queries
- Order By
- Update
- Delete
- MIN, MAX, Count
- Like
- In, Between
- Alias
- Joins
- Left Join
- Union
- Group By
- Having
- Views
- Stored Procedures
- Variáveis
- Backup e Restore