Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section. You will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A database has two tables as shown in the following database diagram:
You need to list all provinces that have at least two large cities. A large city is defined as having a population of at least one million residents. The query must return the following columns:
✑ tblProvince.ProvinceId
✑ tblProvince.ProvinceName
✑ a derived column named LargeCityCount that presents the total count of large cities for the province
Solution: You run the following Transact-SQL statement:
Does the solution meet the goal?
Anette
Highly Voted 5 years, 2 months agoAndres_
Most Recent 4 years, 9 months agostm22
5 years agoBraindripper
4 years, 10 months agoAndy7622
4 years, 8 months agoAI_Cheong
5 years, 3 months agoxd1
5 years, 3 months ago