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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25360James, Mason, A90012Los AngelesCaliforniaUnited States
27223Wright, Jeremy, S99362Walla WallaWashingtonUnited States
26142Dominguez, Micheal3220GeelongVictoriaAustralia

Generated 2025-07-11 17:39:59.981 UTC