Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
- Create a new table called Birthday with the following columns: BusinessEntityID column as an integer, and a DoB (Date of Birth) column in as date.
- Add a constraint to make BusinessEntityID a primary key.
- Insert one record for BusinessEntityID 1 and include 1990/01/01 as the birthday.
- Once added, query your new table showing the new record.
using adventureworks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started