[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 650   SHUFFLE   <  SKIP 3213  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21854Schmidt, TheresaSE1 8HLLondonEnglandUnited Kingdom
22105Cooper, Taylor91945Lemon GroveCaliforniaUnited States
22967Smith, Rachel98501OlympiaWashingtonUnited States

Generated 2025-07-13 02:42:22.568 UTC