[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 2257  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23186Young, Jordan90012Los AngelesCaliforniaUnited States
18572Watson, Danielle94704BerkeleyCaliforniaUnited States
18414Griffin, Gabrielle97005BeavertonOregonUnited States

Generated 2025-07-17 00:26:35.095 UTC