[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 2000   SHUFFLE   <  SKIP 70  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19129Simmons, Carson, A90012Los AngelesCaliforniaUnited States
12762Smith, Jonathan, L91977Spring ValleyCaliforniaUnited States
21473Rubio, Stacy, S98168BurienWashingtonUnited States

Generated 2025-07-09 16:48:34.714 UTC