Redian新闻
>
x61s没有光驱怎么装成XP呢?给个完整点的步骤吧 (转载)
avatar
x61s没有光驱怎么装成XP呢?给个完整点的步骤吧 (转载)# Windows - 看得见风景的窗口
p*e
1
【 以下文字转载自 China 讨论区 】
发信人: maopaopao (泡泡), 信区: China
标 题: Re: 这里是版主休息室么?
发信站: BBS 未名空间站 (Wed Apr 7 23:38:34 2010, 美东)
我很荣幸
avatar
i*d
2
1. Write an SQL query that pivots a fixed set of rows into one column.
2. Assuming the Data Warehouse is only available for 1 SQL statement
describe an approach to look up the dimensional key values within the
Data Warehouse DB for records contained in a flat file.
3. Source table has 7 columns destination table has 5. Write a method
using SQL to find row level differences between the 5 columns shared
across the tables.
-------------------------
都是面试原题,为防止误导对题目暂不做评论。请注意的是这三题都是考的SQL query
writing,应该不能用procedure或者其他tool。第一二题都说了用an SQL query/ 1
SQL statement。
多谢各位指点!
avatar
t*i
3
刚买了个hp,装的vista, Chemoffice里面像chemical draw之类别的软件都能用,就是
这个E-notebook不行。急,哪位给说说,这个是要换高版本的Chemoffice还是可以下载
vista补丁?谢谢啦。
avatar
r*e
4
【 以下文字转载自 Hardware 讨论区 】
发信人: realife (leda), 信区: Hardware
标 题: x61s没有光驱怎么装成XP呢?给个完整点的步骤吧
发信站: BBS 未名空间站 (Sun Jan 18 00:01:52 2009)
要送国内的亲戚,随机带的vista home没法汉化,只好装xp。
没有光驱,到网上查了一下用usb装的帖子。
都感觉有点旧,不知道有些工具还能不能用。
谁给提供一个具体的指导呢?亲历过的当然最好,多谢!
avatar
f*n
5
不错
avatar
T*U
6
My answer to Q3
select * from
((select col1, col2, col3, col4, col5 from sevencol)
minus fivecol)
Union
(fivecol minus
(select col1, col2, col3, col4, col5 from sevencol))

query

【在 i*******d 的大作中提到】
: 1. Write an SQL query that pivots a fixed set of rows into one column.
: 2. Assuming the Data Warehouse is only available for 1 SQL statement
: describe an approach to look up the dimensional key values within the
: Data Warehouse DB for records contained in a flat file.
: 3. Source table has 7 columns destination table has 5. Write a method
: using SQL to find row level differences between the 5 columns shared
: across the tables.
: -------------------------
: 都是面试原题,为防止误导对题目暂不做评论。请注意的是这三题都是考的SQL query
: writing,应该不能用procedure或者其他tool。第一二题都说了用an SQL query/ 1

avatar
B*g
7
数据量大了你这个够呛

【在 T****U 的大作中提到】
: My answer to Q3
: select * from
: ((select col1, col2, col3, col4, col5 from sevencol)
: minus fivecol)
: Union
: (fivecol minus
: (select col1, col2, col3, col4, col5 from sevencol))
:
: query

avatar
T*U
8
那mm帮我优化一下

【在 B*****g 的大作中提到】
: 数据量大了你这个够呛
avatar
B*g
9
我还没看懂题呢

【在 T****U 的大作中提到】
: 那mm帮我优化一下
avatar
T*U
10
咣当
其实如果是OLAP,加composite index,速度应该可以把

【在 B*****g 的大作中提到】
: 我还没看懂题呢
avatar
i*d
11
和这个结果一样吧?
select ... from sevencol UNION select * from fivecol
MINUS
select ... from sevencol INTERSECT select * from fivecol
找出两个table中非相同的行。
row level difference 是这个意思么?

【在 T****U 的大作中提到】
: My answer to Q3
: select * from
: ((select col1, col2, col3, col4, col5 from sevencol)
: minus fivecol)
: Union
: (fivecol minus
: (select col1, col2, col3, col4, col5 from sevencol))
:
: query

avatar
T*U
12
en, 一样的
我猜就是这个意思, 不过也不肯定.
我觉得这几题问得都有点模糊, 题目出的不规范

【在 i*******d 的大作中提到】
: 和这个结果一样吧?
: select ... from sevencol UNION select * from fivecol
: MINUS
: select ... from sevencol INTERSECT select * from fivecol
: 找出两个table中非相同的行。
: row level difference 是这个意思么?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。