rosenkemateh2471 rosenkemateh2471 27-05-2023 Computers and Technology contestada 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