[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 416   SHUFFLE   <  SKIP 1703  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17610White, Anna92102San DiegoCaliforniaUnited States
22228Gonzalez, Katelyn98201EverettWashingtonUnited States
21319Lee, Zachary, C98225BellinghamWashingtonUnited States

Generated 2025-07-17 13:17:02.685 UTC