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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14111Anderson, Michael, K97045Oregon CityOregonUnited States
22246Cox, Jacqueline, G91941GrossmontCaliforniaUnited States
21724Yang, Mandy94519ConcordCaliforniaUnited States

Generated 2025-07-17 14:54:50.041 UTC