[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 3210  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20705Roberts, Kevin, A91203GlendaleCaliforniaUnited States
16614Shen, Alison, A2777SpringwoodNew South WalesAustralia

Generated 2025-07-09 11:08:21.071 UTC