[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 2500   SHUFFLE   <  SKIP 50  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15613Moreno, Melinda93700DrancySeine Saint DenisFrance
17413Ramirez, Hailey98403TacomaWashingtonUnited States
11623Perry, Angela94536FremontCaliforniaUnited States

Generated 2025-07-09 23:50:55.036 UTC