[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 0   SHUFFLE   <  SKIP 1994  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26211Yuan, BridgetSW19 3RULondonEnglandUnited Kingdom
21776Thompson, Daniel, P98033KirklandWashingtonUnited States
26574Allen, Jordan90210Beverly HillsCaliforniaUnited States

Generated 2025-11-01 20:20:59.132 UTC