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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12855Diaz, Philip, JLE18LeedsEnglandUnited Kingdom
18383Torres, Natalie98270MarysvilleWashingtonUnited States
21282Smith, Julia94536FremontCaliforniaUnited States

Generated 2025-07-13 00:17:35.556 UTC