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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16260Schmidt, GinaOX1OxfordEnglandUnited Kingdom
19982Cox, Charles, K90012Los AngelesCaliforniaUnited States
14105Zhang, Jackson91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-13 01:43:49.122 UTC