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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28876Garcia, Austin, D20354HamburgHamburgGermany
28874Brooks, Alexa, F98052RedmondWashingtonUnited States
23349Johnson, Lauren, L94536FremontCaliforniaUnited States

Generated 2025-07-11 20:23:16.721 UTC