由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Sas advance chapter quiz 一问
相关主题
请教一个proc transpose的问题SQL combine two tables into one table and add a new column (转载)
请教 macro variable 和 PROC SQL的问题compare two large tables SQL (转载)
help for sas programSQL find distinct values in large table (转载)
[问题]怎么用proc sql获取row number的值请教SAS SQL
请教proc sql求问 sas _c_ 什么意思
问几题sas adv, 多谢了!求助:sas不同格式的日期比较
问一个proc sql的问题,多谢please help on R subtable question !
完全不懂SAS,急请教一个问题问个SAS的问题
相关话题的讨论汇总
话题: sqfeet话题: select话题: address话题: price话题: 160
进入Statistics版参与讨论
1 (共1页)
t****y
发帖数: 576
1
I think the correct answer should be d.
Complete the following PROC SQL query to select the columns Address and
SqFeet from the table List.Size and to select Price from the table List.
Price. (Only the Address column appears in both tables.)
proc sql;
_____________
from list.size,list.price;
a. select address,sqfeet,price
b. select size.address,sqfeet,price
c. select price.address,sqfeet,price
d. either b or c
Correct answer:   b
Your answer:  undefined
The SELECT clause lists the columns from both tables to be queried. You must
use a prefix with the Address column because it appears in both tables. The
prefix specifies the table from which you want the column to be read. 
1 (共1页)
进入Statistics版参与讨论
相关主题
问个SAS的问题请教proc sql
两个table怎么操作?问几题sas adv, 多谢了!
how to trasform data.问一个proc sql的问题,多谢
SAS快捷键问题完全不懂SAS,急请教一个问题
请教一个proc transpose的问题SQL combine two tables into one table and add a new column (转载)
请教 macro variable 和 PROC SQL的问题compare two large tables SQL (转载)
help for sas programSQL find distinct values in large table (转载)
[问题]怎么用proc sql获取row number的值请教SAS SQL
相关话题的讨论汇总
话题: sqfeet话题: select话题: address话题: price话题: 160