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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16961Perry, Faith94014ColmaCaliforniaUnited States
20422Brooks, Maria92102San DiegoCaliforniaUnited States
28145Jones, Brandon, C91502BurbankCaliforniaUnited States

Generated 2025-07-10 09:29:31.337 UTC