[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 4000   SHUFFLE   <  SKIP 1803  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14106Hughes, Melissa94611OaklandCaliforniaUnited States
27737Taylor, Brandon, C94063Redwood CityCaliforniaUnited States
16224Martinez, Jacob94611OaklandCaliforniaUnited States
23210Gray, Timothy, K94519ConcordCaliforniaUnited States

Generated 2025-07-15 10:16:20.268 UTC