[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 191   SHUFFLE   <  SKIP 307  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15329Cox, Brianna91977Spring ValleyCaliforniaUnited States
27682Kelly, Jennifer94941Mill ValleyCaliforniaUnited States
18831Hernandez, Andy90706BellflowerCaliforniaUnited States
22052Butler, Zachary90706BellflowerCaliforniaUnited States

Generated 2025-07-22 03:20:20.589 UTC