[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 250   SHUFFLE   <  SKIP 1096  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15819Cox, Savannah, A98371PuyallupWashingtonUnited States
20891Anand, Darrell, M92700ColombesHauts de SeineFrance
14098Lopez, Allison, D98027IssaquahWashingtonUnited States

Generated 2025-07-13 18:11:40.788 UTC