SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 1365|回复: 2
打印 上一主题 下一主题

question about SAS certificate practice exam

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2006-10-10 04:02:11 | 只看该作者

question about SAS certificate practice exam

C:\Documents and Settings\Jerry\Local Settings\Temp\Temporary Directory 8 for SASCert_BaseProgramming_Memo.zip\M04 - Creating List Reports - 54 of 55.mht

quesiton 9: I think both answer a and c are correct.
Do you guys have second thought?
Thanks a lot,
jerrywu
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
沙发
 楼主| 发表于 2006-10-10 04:04:12 | 只看该作者

the question 9

The question is:
9. Choose the statement below that selects rows in which
the amount is less than or equal to $5000
the account is 101-1092 or the rate equals 0.095.
   a.   where amount <= 5000 and       account='101-1092' or rate = 0.095;

   b.   where (amount le 5000 and account='101-1092')       or rate = 0.095;

   c.   where amount <= 5000 and       (account='101-1092' or rate eq 0.095);

   d.   where amount <= 5000 or account='101-1092'       and rate = 0.095;

I think answer a and c are both correct.
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
板凳
 楼主| 发表于 2006-11-3 12:08:24 | 只看该作者

I think only c is correct

since for a, if rate=0.095; or both the other two conditions satisfied, it will be selected. But for c, you must satisfied amount<=500 and rate=0.095 both or satisfied amount<=500 and account='101-1092'.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SAS中文论坛  

GMT+8, 2025-6-10 15:10 , Processed in 0.087196 second(s), 22 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表