试题详情
- 单项选择题 Examine the structure of the EMPLOYEES table:
You need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task?() A、CREATE INDEX NAME_IDX (first_name, last_name);
B、CREATE INDEX NAME_IDX (first_name AND last_name);
C、CREATE INDEX NAME_IDX ON (first_name, last_name);
D、CREATE INDEX NAME_IDX ON employees (first_name AND last_name);
E、CREATE INDEX NAME_IDX ON employees(first_name, last_name);
F、CREATE INDEX NAME_IDX FOR employees(first_name, last_name);
关注下方微信公众号,在线模考后查看

热门试题
- Examine the structu
- Which two statements
- Which two statements
- Which is an iSQL*Plu
- You need to perform
- The user Sue issues
- Which describes the
- Examine the structu
- Evaluate the set of
- Examine the structu
- Examine the structu
- Which two statements
- Which four statement
- Examine the structu
- Click the Exhibit bu
- What is true about j
- TheEMPtablecontainst
- Examine the structu
- Evaluate this SQL s
- Which two statements