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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29357Brown, Richard, MEM15Esher-MoleseyEnglandUnited Kingdom
18423Jones, Christian, S94070San CarlosCaliforniaUnited States
26479Cook, Katherine, R94014ColmaCaliforniaUnited States

Generated 2025-07-11 03:24:35.445 UTC