[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 999   SHUFFLE   <  SKIP 611  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24875Zhang, Darryl, J14111BerlinHamburgGermany
20809Anderson, BenjaminWA1WarringtonEnglandUnited Kingdom
21821Tang, Clayton53001BonnHamburgGermany
24513Deng, Alejandro94014ColmaCaliforniaUnited States

Generated 2025-07-15 11:03:32.945 UTC