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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19272Andersen, Shaun, N17490Saint OuenCharente-MaritimeFrance
22294Brown, Rachel91203GlendaleCaliforniaUnited States
15501Simmons, Justin94014ColmaCaliforniaUnited States
23192Garcia, Emily, E94303Palo AltoCaliforniaUnited States

Generated 2025-07-16 14:37:25.298 UTC