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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25510Kumar, Grant, AW1Y 3RALondonEnglandUnited Kingdom
17248Beck, Alicia, L6006PerthSouth AustraliaAustralia
29425Xie, Tommy, JPB12PeterboroughEnglandUnited Kingdom
17994Xu, Bradley, T10791BerlinHamburgGermany

Generated 2025-07-22 07:04:50.542 UTC