[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 24   SHUFFLE   <  SKIP 2349  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27218Allen, Bailey, F90401Santa MonicaCaliforniaUnited States
23942Goel, Rafael, J85049IngolstadtBayernGermany
28619Bailey, Brianna91950National CityCaliforniaUnited States

Generated 2025-07-17 18:44:50.853 UTC