[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 456   SHUFFLE   <  SKIP 502  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29221Bennett, Kelly94611OaklandCaliforniaUnited States
17199Zhou, Dennis, R12171BerlinSaarlandGermany
25746Simpson, Lindsay, EHP10 9QYHigh WycombeEnglandUnited Kingdom

Generated 2025-07-21 19:09:34.149 UTC