[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 364   SHUFFLE   <  SKIP 1112  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21884Gutierrez, Tabitha, A1002SydneyNew South WalesAustralia
27718Shan, Franklin, C2065St. LeonardsNew South WalesAustralia
17286Rubio, Randall, M3977CranbourneVictoriaAustralia

Generated 2025-07-20 23:18:33.869 UTC