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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18071Campbell, Katelyn, E91941GrossmontCaliforniaUnited States
22189Hernandez, Linda98168BurienWashingtonUnited States
17269Russell, Kevin98501OlympiaWashingtonUnited States

Generated 2025-07-21 14:35:57.947 UTC