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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26950Suri, Dominic45000OrleansLoiretFrance
19060Stone, Stephanie, SPB12PeterboroughEnglandUnited Kingdom
20650Gray, Bryan, J94014ColmaCaliforniaUnited States
25407Anand, Tony, L97015ClackamasOregonUnited States

Generated 2025-11-04 21:55:52.344 UTC