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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27970Andersen, Willie, M2113North RydeNew South WalesAustralia
24925Perez, Erick91910Chula VistaCaliforniaUnited States
23082Williams, Jonathan91977Spring ValleyCaliforniaUnited States

Generated 2025-07-11 10:53:06.300 UTC