[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 2693   SHUFFLE   <  SKIP 10  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28978Watson, Alexandria, T90210Beverly HillsCaliforniaUnited States
15709Prasad, Chelsea, M92700ColombesHauts de SeineFrance
13427Winston, Connor, A91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-16 06:09:44.586 UTC