[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 3081  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17146Cook, Juan91203GlendaleCaliforniaUnited States
24560Fernandez, Veronica57000MetzMoselleFrance
22774Alexander, Caleb98201EverettWashingtonUnited States

Generated 2025-07-13 18:02:36.464 UTC