[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 250   SHUFFLE   <  SKIP 295  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21801Cooper, Kaylee, M94303Palo AltoCaliforniaUnited States
29480Raji, Nina, WSW19 3RULondonEnglandUnited Kingdom
13397Mitchell, Adam98052RedmondWashingtonUnited States

Generated 2025-07-13 03:48:14.592 UTC