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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26600Gray, Michelle94063Redwood CityCaliforniaUnited States
23961Huang, Karen66740SaarlouisSaarlandGermany
29144Zhang, Brandon, R98052RedmondWashingtonUnited States

Generated 2025-07-08 16:20:46.056 UTC