Skip to content
Equizzing
Home
Quiz Categories
Linux Entry Level
LPI Level 1
LPI Level 2
LPI Level 3
Contact
examine the following command to create an external table from employees and departments database tables 1 create table employee_ext 2 (employee_id first_name department_name) 3 organization external
Which line of the command would cause an error?