Learning How To Use (MS-SQL) DDL Statements to create SQL OBJECTS(Tables, Constraints, Triggers, Procedures). In this article, we will look at how to create SQL Objects such as Tables, Procedures, Triggers, Indexes, and Security Objects(), Also, Some DML Statements would also be employed to test our created SQL objects. For better understanding, we would be building a Shopping_dat database from scratch using Strictly SQL…