[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 998   SHUFFLE   <  SKIP 132  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26709King, Mary, O92806La JollaCaliforniaUnited States
23600Sharma, Peter77127LieusaintSeine et MarneFrance
19031Perez, Regina, SW10 6BLLondonEnglandUnited Kingdom
12176James, Cody, A97301SalemOregonUnited States

Generated 2025-07-14 13:28:45.434 UTC