[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 4   SHUFFLE   <  SKIP 91  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25342Hill, Seth, M98270MarysvilleWashingtonUnited States
28150Chen, Connor, M91950Lincoln AcresCaliforniaUnited States
12513Mr., Thompson, AustinAS23Stoke-on-TrentEnglandUnited Kingdom

Generated 2025-07-12 10:02:07.776 UTC