[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 3222   SHUFFLE   <  SKIP 168  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25174Smith, Monica59101BillingsMontanaUnited States
24790Navarro, Rebekah, J91502BurbankCaliforniaUnited States
28971Shan, Jason98027IssaquahWashingtonUnited States

Generated 2025-07-18 17:37:14.969 UTC