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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11844Alvarez, Michele, J91910Chula VistaCaliforniaUnited States
27287Perez, Samuel, E90012Los AngelesCaliforniaUnited States
29003Perez, Veronica91910Chula VistaCaliforniaUnited States

Generated 2025-07-14 17:09:57.486 UTC