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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16885Cook, Garrett, D97301SalemOregonUnited States
27503Shen, Warren, D60610ChicagoIllinoisUnited States
23353Scott, Sophia, M98403TacomaWashingtonUnited States
25558Wilson, Zachary2580GoulburnNew South WalesAustralia

Generated 2025-07-10 02:06:39.393 UTC