I'm doing a SQL assignment and I found that one question ask me to union 2 table together but this two table isn't have a same attribute. The question will show below.
List the union of customers and employees. For the customers, list customer name (first and last) and contact (CustStreet, CustCity, CusState). For the employees, list employee name (first and last) and contact (EmpPhone and EmpEmail).
Ps. May be I'm misunderstand about the question.
Thank you in advance