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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29272King, Alex, B90706BellflowerCaliforniaUnited States
28998Rodriguez, Kristina94519ConcordCaliforniaUnited States
25111Chander, Drew, J6006PerthSouth AustraliaAustralia

Generated 2025-07-11 20:34:57.331 UTC