[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 750   SHUFFLE   <  SKIP 2235  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12007Sun, Shannon4000BrisbaneQueenslandAustralia
16066Ramirez, Alex, J90802Long BeachCaliforniaUnited States
27032Garcia, Miguel, L92102San DiegoCaliforniaUnited States

Generated 2025-07-10 15:30:08.992 UTC