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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28858Hughes, Aidan, E94941Mill ValleyCaliforniaUnited States
22656Goel, Willie, TLE18LeedsEnglandUnited Kingdom
26579Hayes, Hunter90401Santa MonicaCaliforniaUnited States

Generated 2025-10-28 00:08:44.614 UTC