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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14928Patel, Roy, ASW8 1XDLondonEnglandUnited Kingdom
20481Edwards, Jordan, L92625Newport BeachCaliforniaUnited States
14279Barnes, Taylor3280WarrnamboolVictoriaAustralia

Generated 2025-07-15 08:22:56.851 UTC