[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 456   SHUFFLE   <  SKIP 1313  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29456She, Lindsay1597Lane CoveNew South WalesAustralia
17550Edwards, Mason, A97222MilwaukieOregonUnited States
26763Shen, Grant, B2580GoulburnNew South WalesAustralia

Generated 2025-07-10 21:23:00.740 UTC