[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 2421   SHUFFLE   <  SKIP 5804  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23185Edwards, Fernando90802Long BeachCaliforniaUnited States
23740Jackson, Noah94063Redwood CityCaliforniaUnited States
26610Perez, Mary92625Newport BeachCaliforniaUnited States

Generated 2025-07-20 07:05:27.915 UTC