[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 4320  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27319Bryant, IanYO15YorkEnglandUnited Kingdom
21142Brooks, Mason97222MilwaukieOregonUnited States
16868Jackson, Xavier, A91977Spring ValleyCaliforniaUnited States
17186Evans, Isaac, ACM11BillericayEnglandUnited Kingdom
14660Howard, Gabrielle97205PortlandOregonUnited States
17441Turner, Natalie91203GlendaleCaliforniaUnited States

Generated 2025-07-11 20:36:43.171 UTC