[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 0   SHUFFLE   <  SKIP 1006  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29127Murphy, Bryan, L94014ColmaCaliforniaUnited States
27613Washington, AlexiaV8POak BayBritish ColumbiaCanada
23213Green, Noah90802Long BeachCaliforniaUnited States
28637Lee, Brandon91932Imperial BeachCaliforniaUnited States

Generated 2025-10-31 10:05:01.777 UTC