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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29255Washington, Kyle, C90505TorranceCaliforniaUnited States
11297Coleman, Noah91502BurbankCaliforniaUnited States
29128Reed, Alyssa91941GrossmontCaliforniaUnited States

Generated 2025-11-01 21:01:46.468 UTC