[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 512   SHUFFLE   <  SKIP 707  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27110Miller, Andrew, CV8Y 1L1CliffsideBritish ColumbiaCanada
24790Navarro, Rebekah, J91502BurbankCaliforniaUnited States
13427Winston, Connor, A91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-13 23:52:32.810 UTC