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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19981Russell, Kelly, E90241DowneyCaliforniaUnited States
28472Ramos, Kellie, M64283DarmstadtHessenGermany
12709Rodriguez, Ian, W94070San CarlosCaliforniaUnited States

Generated 2025-07-10 20:54:57.784 UTC