[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 512   SHUFFLE   <  SKIP 119  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18170Perez, Adam, D85049IngolstadtBayernGermany
29275Thomas, Taylor91977Spring ValleyCaliforniaUnited States
25079Perry, Riley98366Port OrchardWashingtonUnited States

Generated 2025-07-12 22:06:36.739 UTC