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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22273Rodriguez, Patricia, M91910Chula VistaCaliforniaUnited States
21679Yuan, Drew, RRG11 5TPBerkshireEnglandUnited Kingdom
20207Bailey, Angel, T92806La JollaCaliforniaUnited States

Generated 2025-07-20 13:31:12.885 UTC