[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 511   SHUFFLE   <  SKIP 321  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26444Lopez, Pamela, E2113North RydeNew South WalesAustralia
26726Rivera, Danielle98020EdmondsWashingtonUnited States
15022Gutierrez, Latasha, C2065St. LeonardsNew South WalesAustralia

Generated 2025-07-15 05:42:34.973 UTC