[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 2275   SHUFFLE   <  SKIP 85  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15394Wilson, Natalie, C91945Lemon GroveCaliforniaUnited States
11829Campbell, Sophia98104SeattleWashingtonUnited States
13472Pearson, Simon91950National CityCaliforniaUnited States

Generated 2025-07-16 22:02:22.520 UTC