bbrother_bbrothe
新手上路
- 注册
- 2004-03-10
- 消息
- 1,724
- 荣誉分数
- 8
- 声望点数
- 0
最初由 bbrother_bbrothe 发布
(C)Select employee name
From E and EP
Where E.employee number= EP.employee number;
(D)Select department name
From E,D,EP
Where project number=467 and
E.department number= D.department number and
E.employee number= EP.employee number;
PS: E,D,P,EP,分别是table employee,department, project, employee& project
最初由 bbrother_bbrothe 发布
Thanks to 点着看,我把我这个改一下,下面的D是正确的
(D)Select distinct "department name"
From E,D,EP
Where "project number"=467 and
E."department number"= D."department number" and
E."employee number"= EP."employee number";
最初由 bbrother_bbrothe 发布
1(g) If I ____________ an Excel worksheet into a Word document, I can change a formula in the worksheet in the Word document without changing the formula in the source Excel worksheet.
(a) embed
(b) paste
(c) cut
(d) link
(e) none of the above; it is impossible
答案是 a。。可以过去embed过。
Reference: Powerpoint06_excel 2, Slide 31
Result
The name of the program that created that object is embedded along with the transferred information
In the destination document, the transferred information will have a box around it
The destination program cannot edit the information
Double clicking on the object brings the program that created the object to the screen so that the object can be edited
Advantage
The functionality of the source program is retained
However, the embedded information is not linked to the source information