Question: The human resources department has requested that you create a table that can be used to store birthdays in the database. This table will be
The human resources department has requested that you create a table that can be used to store birthdays in the database. This table will be used to support a newsletter that is distributed internally to report on office events.
Please note that when SQL queries are run, results are generated in the form of data.
1. Create BusinessEntityID as an integer. Include a DoB (Date of Birth) column and a date format.
2. Add a constraint to make BusinessEntityID a primary key.
3. Insert one record for BusinessEntityID 1 and include 1/1/1990 as the birthday.
4. Once added, query your new table showing the new record.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
