88.7k views
5 votes
The command:

SELECT D.NAME, E.FIRST_NAME, E.LAST_NAME
FROM DEPARTMENT CROSS JOIN EMPLOYEE

will generate all the possible combinations between the department names and employee names (with duplicates).True or False

1 Answer

7 votes

Answer:

True I think but I'm not sure

User Barbolo
by
8.6k points

No related questions found