[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 512   SHUFFLE   <  SKIP 3253  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12974Gill, Marc91910Chula VistaCaliforniaUnited States
28790Howard, Seth97034Lake OswegoOregonUnited States
19146Morgan, Mariah94014ColmaCaliforniaUnited States

Generated 2025-07-17 12:09:10.277 UTC