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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23167Jenkins, Hailey, C98270MarysvilleWashingtonUnited States
17756Ashe, Jill, J92700ColombesHauts de SeineFrance
15873Richardson, Hailey, W91941GrossmontCaliforniaUnited States

Generated 2025-07-14 00:50:02.698 UTC