[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   SKIP 9000   <  SKIP 2312  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25154Serrano, Clinton91502BurbankCaliforniaUnited States
18428Henderson, Alexis97205PortlandOregonUnited States
14712Liu, EugeneSW8 4BGLondonEnglandUnited Kingdom

Generated 2025-07-22 00:26:51.034 UTC