试题详情
- 多项选择题Which three statements inserts a row into the table?()
A、INSERT INTO employees VALUES ( NULL, ‘John’,‘Smith’);
B、INSERT INTO employees( first_name, last_name) VALUES(‘John’,‘Smith’);
C、INSERT INTO employees VALUES (‘1000’,‘John’,NULL);
D、INSERT INTO employees(first_name,last_name, employee_id) VALUES ( 1000, ‘John’,‘Smith’);
E、INSERT INTO employees (employee_id) VALUES (1000);
F、INSERT INTO employees (employee_id, first_name, last_name) VALUES ( 1000, ‘John’,‘’);
关注下方微信公众号,在线模考后查看

热门试题
- Examine the structu
- You need to perform
- Mary has a view call
- EvaluatethisSQLstate
- ExaminethedataoftheE
- In which two cases w
- In which scenario wo
- You need to produce
- Which SQL statement
- You created a view
- You need to change t
- Which statement adds
- What is true about s
- Which object privile
- Which two tasks can
- The EMPLOYEES table
- Which view should a
- ExaminethedataintheE
- ClicktheExhibitbutto
- You define a multipl