[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 67  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16069Hall, Brianna94941Mill ValleyCaliforniaUnited States
20511Taylor, Matthew, L94947NovatoCaliforniaUnited States
13676Kapoor, George, LBD1 4SJW. YorkEnglandUnited Kingdom
26059Anderson, Andrew94303Palo AltoCaliforniaUnited States

Generated 2025-07-12 12:13:50.951 UTC