[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 2993   SHUFFLE   <  SKIP 12  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13458James, Joan98225BellinghamWashingtonUnited States
14060Sharma, Cedric, A3000MelbourneVictoriaAustralia
14394Rodriguez, Jacob98225BellinghamWashingtonUnited States

Generated 2025-07-10 21:37:18.358 UTC