[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 1093  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17485Davis, Blake, N98033KirklandWashingtonUnited States
27988Ross, Dylan, D94536FremontCaliforniaUnited States
26691Suri, Tina, B91502BurbankCaliforniaUnited States

Generated 2025-11-05 01:23:10.602 UTC