[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 7852  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18657Morgan, Alex, M90712LakewoodCaliforniaUnited States
18975Bryant, Samuel, K90712LakewoodCaliforniaUnited States
18833Baker, Morgan90712LakewoodCaliforniaUnited States

Generated 2025-07-12 00:28:34.408 UTC