[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 2610  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13643Sai, Ronald, B1597Lane CoveNew South WalesAustralia
27561Brooks, Kimberly, L91791West CovinaCaliforniaUnited States
18590Sun, Valerie, R91502BurbankCaliforniaUnited States

Generated 2025-07-20 06:32:50.890 UTC