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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15899James, Ian, A90401Santa MonicaCaliforniaUnited States
28478Long, Riley, M59000LilleNordFrance
29254Sanchez, Erin98020EdmondsWashingtonUnited States

Generated 2025-07-11 17:54:47.745 UTC