[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 512   SHUFFLE   <  SKIP 29  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25303Hernandez, Jeremiah, C20354HamburgHamburgGermany
28871West, Jasmine, L98027IssaquahWashingtonUnited States
23261Peterson, Jada98027IssaquahWashingtonUnited States

Generated 2025-07-11 23:10:31.905 UTC