[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 413   SHUFFLE   <  SKIP 980  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20199Cook, Hailey, L92625Newport BeachCaliforniaUnited States
12441Simmons, Trevor94704BerkeleyCaliforniaUnited States
22168Wang, Erica, J2500WollongongNew South WalesAustralia

Generated 2025-07-14 13:17:40.074 UTC