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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25443Huang, Stacey13441BerlinHessenGermany
14716Zhou, Shannon, W57000MetzMoselleFrance
14563Carter, Fernando98501OlympiaWashingtonUnited States

Generated 2025-07-09 02:09:35.013 UTC