[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 250   SHUFFLE   <  SKIP 886  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20015King, Jenna, R90712LakewoodCaliforniaUnited States
17842Ward, Isaiah59140DunkerqueNordFrance
19678Rodriguez, Martin98168BurienWashingtonUnited States

Generated 2025-07-09 07:55:39.788 UTC