DomainTechDetails(DomainID,DomainName, ....)
Domains(DomainID, CustomerID, ...)
Customers(CustomerID, CustomerName, .... )
how do i retrieve the First DomainName for All Customers?
How do you define "First"?
GM
Supply:
- the DDL to create the requisite tables
- the DML to populate the tables with sample data
- an example of what you've tried so far
This is the way to encourage the community to help you, grass-hopper.
HTH
-g