[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 3112   SHUFFLE   <  SKIP 131  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12955Hernandez, Theresa94010BurlingameCaliforniaUnited States
16486Madan, Rachael, R2055North SydneyNew South WalesAustralia
18458She, Gregory3000MelbourneVictoriaAustralia

Generated 2025-07-14 11:30:14.550 UTC