[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 1314   SHUFFLE   <  SKIP 18  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18233Bailey, Mackenzie, J98501OlympiaWashingtonUnited States
21422Wood, Karen94611OaklandCaliforniaUnited States
27552Guo, Shannon, C92118CoronadoCaliforniaUnited States

Generated 2025-07-20 10:21:52.864 UTC