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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20502Harris, John90241DowneyCaliforniaUnited States
13005Alvarez, Desiree4217Gold CoastQueenslandAustralia
13539Guo, RogerW1V 5RNLondonEnglandUnited Kingdom

Generated 2025-07-09 16:29:40.177 UTC