[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 2500   SHUFFLE   <  SKIP 400  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18302Xie, Wayne, S3977CranbourneVictoriaAustralia
22659Luo, Shawna95010HofBayernGermany
15806Allen, Devin2500WollongongNew South WalesAustralia

Generated 2025-07-14 21:47:44.247 UTC