[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 3510  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23740Jackson, Noah94063Redwood CityCaliforniaUnited States
20302Andersen, Tasha94010BurlingameCaliforniaUnited States
22296Johnson, Benjamin, M91945Lemon GroveCaliforniaUnited States

Generated 2025-07-13 12:04:20.147 UTC