Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Each script must include the GETDATE(). function in the select statement To keep the queries more straightforward, use aliases. Section A Create SQL Scripts that:
- Each script must include the GETDATE(). function in the select statement
To keep the queries more straightforward, use aliases.
Section A
Create SQL Scripts that:
- Select ALL the BusinessEntityID, LastName, and FirstName fields for the Person's table
- Fields should be in the above order.
- Add a sort to the query so LastName is alphabetized A - Z.
- Add the person's email address to Query #A1.
- Add the person's phone number to Query #A2, include the PhoneNumberType Name field (etc. cell, home, work).
- Add in the AddressLine1, City, StateProvinceID, and PostalCode fields to Query #A3
- Note: two different people could have the same address. This database is designed to store each unique address individually, so while in this case this detail for this address would only exist once in the database, it would be assigned to all individuals with that address.
- Note2: You will have to bring in two different Address tables to get this to portion to work.
- Modify the Query from #A4 to include the StateProvinceCode, CountryRegionCode, and Name.
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