[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 127   SHUFFLE   <  SKIP 1599  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11805Green, Richard, M90210Beverly HillsCaliforniaUnited States
11107Lin, Bianca2065St. LeonardsNew South WalesAustralia
24749Guo, Marshall, C94519ConcordCaliforniaUnited States

Generated 2025-07-21 06:33:28.082 UTC