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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24513Deng, Alejandro94014ColmaCaliforniaUnited States
15637Sharma, Russell, A17490Saint OuenCharente-MaritimeFrance
21018Serrano, Sheila, CB29 6SLBirminghamEnglandUnited Kingdom
22720Alexander, Jonathan90802Long BeachCaliforniaUnited States

Generated 2025-07-16 21:50:54.556 UTC