[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 250   SHUFFLE   <  SKIP 1060  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20684Lee, Olivia, A92806La JollaCaliforniaUnited States
16264Howard, JenniferWA1WarringtonEnglandUnited Kingdom
21416Butler, Ryan, A90210Beverly HillsCaliforniaUnited States
11872Patterson, Faith, L91203GlendaleCaliforniaUnited States

Generated 2025-07-15 10:09:15.759 UTC