[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 1726  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20083Kumar, Terry, E90210Beverly HillsCaliforniaUnited States
21747Munoz, Derrick94010BurlingameCaliforniaUnited States
29219Arun, Darren91910Chula VistaCaliforniaUnited States

Generated 2025-07-13 04:26:37.691 UTC