[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 0   SHUFFLE   <  SKIP 3378  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19162Raji, Peter, L91502BurbankCaliforniaUnited States
14007Garcia, Rebekah, M2450Coffs HarbourNew South WalesAustralia
21244Torres, Allison, E91203GlendaleCaliforniaUnited States

Generated 2025-10-31 23:47:51.544 UTC