This video series describes in detail the proper syntax and uses of the INSERT statement, the INSERT with VALUES and EXEC. This series also touches base with the COUNT statement and a realistic environmental use of that. Furthermore you will be properly introduced to writing, executing and altering stored procedures; (CREATE PROC), (ALTER PROC), (EXEC PROC) with an integration of IF and ELSE T-SQL statements. Highlights:Proper usage of the main uses of the INSERT statementUtilizing CHECK CONSTRAINTSReal life examples when working with INSERTS and CONSTRAINTSProper use and explanation of IDENTITY COLUMNSIntroduction to logic warnings for usage of @@IDENTITY vs SCOPE_IDENTITY()