[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 2440  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11051Johnson, Daniel4551CaloundraQueenslandAustralia
13364Anderson, Natalie, F90706BellflowerCaliforniaUnited States
19769Peterson, Andrea90802Long BeachCaliforniaUnited States

Generated 2025-07-09 21:31:03.759 UTC