[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 512   SHUFFLE   <  SKIP 824  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29026Mitchell, Sydney91203GlendaleCaliforniaUnited States
20311Bell, Cole90012Los AngelesCaliforniaUnited States
23002Hernandez, Arthur, W98225BellinghamWashingtonUnited States

Generated 2025-07-10 13:54:22.785 UTC