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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27610Washington, Jeremy91977Spring ValleyCaliforniaUnited States
28922Ye, Brent7001HobartTasmaniaAustralia
13881Wood, Jasmine, T98901YakimaWashingtonUnited States
16864Ramirez, Grace98901YakimaWashingtonUnited States

Generated 2025-07-11 23:38:49.748 UTC