--2. Add Primary key constraint for SalesmanId column in Salesman table. --Add default constraint for City column in Salesman table. --Add Foreign key constraint for SalesmanId column in Customer ...
--2. Create a user-defined functions to stuff the Chicken into ‘Quick Bites’. Eg: ‘QuickChicken Bites’.create function dbo.stuff_chicken()returns table ...