[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 1977   SHUFFLE   <  SKIP 1797  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12965Bell, Cody, A91950National CityCaliforniaUnited States
25184Tang, Peter94014ColmaCaliforniaUnited States
20395Rogers, Katherine, B94010BurlingameCaliforniaUnited States

Generated 2025-07-22 11:21:11.048 UTC