[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 2022  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20439Rogers, Chloe, M91932Imperial BeachCaliforniaUnited States
21344Perry, Trevor, E91945Lemon GroveCaliforniaUnited States
19256Griffin, Abigail, A75007ParisSeine (Paris)France

Generated 2025-07-11 14:24:02.942 UTC