[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 4   SHUFFLE   <  SKIP 1985  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21330Clark, Isabella94063Redwood CityCaliforniaUnited States
19703Baker, Katelyn, E90210Beverly HillsCaliforniaUnited States
11128Long, Samantha98055RentonWashingtonUnited States
19448Fernandez, Meagan, CW1X3SELondonEnglandUnited Kingdom

Generated 2025-07-20 23:47:10.103 UTC