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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13874Bryant, Alyssa91941GrossmontCaliforniaUnited States
21735Diaz, Grace, R94015Daly CityCaliforniaUnited States
26475Gonzalez, Isabella, L92625Newport BeachCaliforniaUnited States

Generated 2025-07-19 17:17:03.948 UTC