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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13850Thompson, Anthony90210Beverly HillsCaliforniaUnited States
20702Ross, Oscar, V94611OaklandCaliforniaUnited States
17342Jones, William98201EverettWashingtonUnited States

Generated 2025-07-21 03:35:11.874 UTC