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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11658Mitchell, Robert94611OaklandCaliforniaUnited States
25894Zeng, Steve91502BurbankCaliforniaUnited States
29289Raje, Devon4000BrisbaneQueenslandAustralia

Generated 2025-07-11 00:23:31.875 UTC