[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 24   SHUFFLE   <  SKIP 345  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18486Torres, Kari2065St. LeonardsNew South WalesAustralia
26016King, Fernando94704BerkeleyCaliforniaUnited States
19132Washington, Benjamin, D97205PortlandOregonUnited States
13213King, Courtney, L99362Walla WallaWashingtonUnited States

Generated 2025-07-11 22:57:45.813 UTC