[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 3203   SHUFFLE   <  SKIP 879  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21798Sanders, Jade, P97355LebanonOregonUnited States
21369Rodriguez, Sarah, K92102San DiegoCaliforniaUnited States
22355Jones, Logan94519ConcordCaliforniaUnited States

Generated 2025-07-18 03:13:43.642 UTC