[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 2000   SHUFFLE   SKIP 0  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14138He, Vincent, M34117KasselHessenGermany
24949Howard, Devin, S98033KirklandWashingtonUnited States
26749Sun, Rafael4655Hervey BayQueenslandAustralia

Generated 2025-11-04 21:54:10.282 UTC