[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   SHUFFLE   SKIP 2500   <  SKIP 820  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12559Lopez, Emmanuel, RSW8 4BGLondonEnglandUnited Kingdom
26716Smith, Megan, JV8POak BayBritish ColumbiaCanada
27385Ramos, Jonathon, A91502BurbankCaliforniaUnited States

Generated 2025-07-13 16:48:47.862 UTC