[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 1123   <  SKIP 2477  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15772Anderson, Christopher91776San GabrielCaliforniaUnited States
15965Watson, Jennifer, H91776San GabrielCaliforniaUnited States

Generated 2025-07-16 13:48:17.647 UTC