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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11409Hayes, Jacqueline, H78100Saint Germain en LayeYvelineFrance
18844Hernandez, Dalton, A98055RentonWashingtonUnited States
17775Moreno, Ricky, R92400CourbevoieHauts de SeineFrance

Generated 2025-07-11 15:49:43.619 UTC