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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15423Long, Jack99362Walla WallaWashingtonUnited States
21831Anand, Yolanda59100RoubaixNordFrance
22148Prasad, Candace, S3977CranbourneVictoriaAustralia

Generated 2025-07-11 09:20:01.578 UTC