[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 520  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19240Jimenez, Theresa, W90706BellflowerCaliforniaUnited States
26564Chen, Franklin, A3550BendigoVictoriaAustralia
11682Hall, Kaitlyn98403TacomaWashingtonUnited States

Generated 2025-07-12 00:37:38.573 UTC