Database Reference
In-Depth Information
CustomerAlternateKey,
FROM newCustomers
)
AS
[dbo_DimCustomer],[dbo].[DimGeography] AS
[dbo_DimGeography]
WHERE
(
(
[dbo_DimCustomer].[GeographyKey] =
[dbo_DimGeography].[GeographyKey]
))
Search WWH ::




Custom Search