[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 456   SHUFFLE   <  SKIP 2008  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15397Tang, Karl91502BurbankCaliforniaUnited States
26462Kelly, Lauren, A98225BellinghamWashingtonUnited States
16204Anand, Terrence, J91940Les UlisEssonneFrance

Generated 2025-07-18 07:57:32.059 UTC