[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 1197  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20118Henderson, Jacqueline, R91977Spring ValleyCaliforniaUnited States
12027Wood, Haley, E98055RentonWashingtonUnited States
18952Hernandez, Chloe97222MilwaukieOregonUnited States

Generated 2025-07-10 16:13:57.703 UTC