[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 634   SHUFFLE   <  SKIP 575  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14374Yang, David91950National CityCaliforniaUnited States
25187Scott, Sydney, L97045Oregon CityOregonUnited States
19148Ramirez, Cody, M97005BeavertonOregonUnited States

Generated 2025-07-22 15:23:48.056 UTC