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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18969Cox, Anna, L98036LynnwoodWashingtonUnited States
23194Cook, Shelby, M94015Daly CityCaliforniaUnited States
23436Munoz, Tanya2061Milsons PointNew South WalesAustralia

Generated 2025-07-09 13:18:23.452 UTC