單項(xiàng)選擇題以下hive sql語法正確的是()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題Hive數(shù)據(jù)倉庫和關(guān)系型數(shù)據(jù)庫mysql的區(qū)別()。

A.Hive不支持事務(wù)而mysql支持事務(wù)
B.hive高延遲而mysql相對低延遲
C.Hive不支持索引而mysql支持索引
D.Hive的分區(qū)和mysql的分區(qū)都用表內(nèi)字段

2.單項(xiàng)選擇題HIVE與傳統(tǒng)SQL數(shù)據(jù)庫對比,下面描述不正確的是()。

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ù)庫屬于低

3.單項(xiàng)選擇題哪一個(gè)方法不在FileInputFormat類中(),不用考慮方法參數(shù)。

A. addInputPath()
B. getPathStrings()
C. getSplits()
D. List()

4.單項(xiàng)選擇題Hadoop運(yùn)行模式不包括()。

A.分布式
B.中心版
C.單機(jī)版
D.偽分布式