[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 4000   SHUFFLE   <  SKIP 6501  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25320Hernandez, Shannon, F75017ParisSeine (Paris)France
23876Henderson, David, M91776San GabrielCaliforniaUnited States
14460Long, Jose98201EverettWashingtonUnited States

Generated 2025-07-20 23:29:16.903 UTC