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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26285Hayes, Kayla98027IssaquahWashingtonUnited States
27372Sai, Andre34205BradentonFloridaUnited States
11834Flores, Fernando, M94941Mill ValleyCaliforniaUnited States

Generated 2025-07-11 16:28:12.929 UTC