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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16792Torres, Maria90802Long BeachCaliforniaUnited States
18880Sanchez, Jarrod97005BeavertonOregonUnited States
25419King, Hunter90706BellflowerCaliforniaUnited States

Generated 2025-07-19 14:28:17.435 UTC