[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 0   SHUFFLE   <  SKIP 2521  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28293Cox, Shelby, V90401Santa MonicaCaliforniaUnited States
14276Suarez, Melody, H4810TownsvilleQueenslandAustralia
29322Alexander, Gavin, K97222MilwaukieOregonUnited States
14777Jenkins, Kayla, ATY31RuncornEnglandUnited Kingdom

Generated 2025-11-04 23:34:53.431 UTC