Sample SQL Script to create a table with the following requirements:
- Auto Incrementing numeric Primary Key
- Columns with default values (InsertDate and UpdateDate)
- Calculated column (Age)
- Unique constraint to prevent duplicate records
- Check constraint to limit data
- Foreign Key constraint to create data relationship
- Specify File Group for data storage