[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 1243   SHUFFLE   <  SKIP 3737  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19819Brown, Andrew91950National CityCaliforniaUnited States
25419King, Hunter90706BellflowerCaliforniaUnited States
18886McDonald, Donald, E98107BallardWashingtonUnited States

Generated 2025-07-16 23:56:47.409 UTC