[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 4000   SHUFFLE   <  SKIP 2485  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12402Moreno, AlbertW1V 5RNLondonEnglandUnited Kingdom
11624Smith, Ryan, C94941Mill ValleyCaliforniaUnited States
12001Yang, Shannon2580GoulburnNew South WalesAustralia

Generated 2025-07-15 22:08:52.708 UTC