A.select * from a inner join b on a.id<>b.id
B.select * from a where a.id in (select id from b)
C.select sum(a.amt) as total from a where a.total>20
D.select * from a inner join b on a.id=b.id
您可能感興趣的試卷
你可能感興趣的試題
A.Hive不支持事務而mysql支持事務
B.hive高延遲而mysql相對低延遲
C.Hive不支持索引而mysql支持索引
D.Hive的分區(qū)和mysql的分區(qū)都用表內(nèi)字段
A. 對于查詢語言:HIVE使用HQL,傳統(tǒng)SQL數(shù)據(jù)庫使用SQL
B. 對于數(shù)據(jù)存儲:HIVE使用HDFS存儲,傳統(tǒng)SQL數(shù)據(jù)庫使用本地磁盤
C. 最終執(zhí)行者:HIVE使用MapReduce和Excutor執(zhí)行,傳統(tǒng)SQL數(shù)據(jù)庫使用Excutor執(zhí)行器
D. 執(zhí)行延遲:HIVE屬于高,傳統(tǒng)SQL數(shù)據(jù)庫屬于低
A. addInputPath()
B. getPathStrings()
C. getSplits()
D. List()
A.分布式
B.中心版
C.單機版
D.偽分布式
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
關于HDFS集群中的DataNode的描述不正確的是()。
關于HDFS中WEBUI的端口是什么?()
關于Java中傳遞參數(shù)的說法,哪個是錯誤的?()
一個以java為后綴的源文件()。
下列哪些是HDFS中的進程的名字?()
Linux crontab中* * * * * /usr/local/run.sh這句話5個*號分別代表什么?()
關于YARN中WEBUI的端口是什么?()
執(zhí)行Spark任務:兩個工具()。
zookeeper的特點有()。
在linux文件系統(tǒng)權限中(rwx),只讀權限對應的數(shù)值為()。