Video Suggestions Click here
- Install SQL Server
- SSMS Overview
- Authentication
- Permissions
- Data Types
- Naming Conventions DB Create
- Table Create
- Add Columns to Table
- Identity Column
- Rename Column
- Drop Column
- Schema in SSMS
- Relationship between tables
- If Else Loops
- Aggregate functions
- Operators (Union, In, Not in, Null, Between, Like, Exists)/li>
- "Constraints : Primary Key Foreign Key Composite Key Check Unique Constraints"
- Select
- Insert
- Update
- Delete
- Where
- Distinct
- Group By
- Having,
- Order By
- Joins
- CASE
- Dynamic Queries
- CAST
- Convert
- Copy table
- Rename table
- Truncate table
- User defined functions
- Built-In Functions
- DATE functions
- String Functions
- Views
- Stored Procedures
- Indexes
- Cursors
- Triggers
- Sequence