[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 2000   SHUFFLE   <  SKIP 8  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18924Williams, Rachel, C94536FremontCaliforniaUnited States
16532Sharma, Tommy95000CergyVal d'OiseFrance
11991Martinez, Frederick2061Milsons PointNew South WalesAustralia

Generated 2025-11-05 03:26:07.669 UTC