[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 140  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26535Perry, Kelly, E98366Port OrchardWashingtonUnited States
13800Li, Logan59000LilleNordFrance
11351Ramos, Anne, RW10 6BLLondonEnglandUnited Kingdom
17142Flores, Seth91203GlendaleCaliforniaUnited States

Generated 2025-07-16 23:42:39.239 UTC