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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22025Peterson, Riley, S92118CoronadoCaliforniaUnited States
15891Lopez, Jordan92806La JollaCaliforniaUnited States
23063Thompson, Jennifer, P94941Mill ValleyCaliforniaUnited States

Generated 2025-07-20 17:29:23.267 UTC