[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 650   SHUFFLE   <  SKIP 1920  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20918Ramos, Neil62200Boulogne-sur-MerPas de CalaisFrance
18924Williams, Rachel, C94536FremontCaliforniaUnited States
15483Robinson, Katherine91776San GabrielCaliforniaUnited States

Generated 2025-07-21 10:21:53.874 UTC