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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20784Walker, Eduardo91502BurbankCaliforniaUnited States
18552Goel, Kelsey94519ConcordCaliforniaUnited States
23034Cooper, Melanie, A90012Los AngelesCaliforniaUnited States

Generated 2025-07-12 09:07:25.322 UTC