[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 771  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22258Reed, Jessica, H91203GlendaleCaliforniaUnited States
20313Bennett, Oscar, G97005BeavertonOregonUnited States
22068James, Sean90210Beverly HillsCaliforniaUnited States
20169Gray, Garrett, N66740SaarlouisSaarlandGermany

Generated 2025-07-16 17:19:35.356 UTC