公司:特斯拉岗位:IT应用支持工程师实习生笔试平台:Codility考试时长:130分钟考试题型:两道SQL,一道PythonTask1You are given two tables, department and employee, with the following structure: create table department ( dept_id integer not null, dept_name varchar(30) not null, dept_location varchar(30) not null, unique(dept_id) ); creat...