SQL Query

I have three table with the following structure DomainTechDetails(DomainID,Dom ainName, ....) Domains(DomainID, CustomerID, ...) Customers(CustomerID, CustomerName, .... ) how do i retrieve the First DomainName for All Customers?