10、已知一张表student存储在HBase中,向表中插入一条记录{id:2015001,name:Mary,{score:math}:88},其id作为行键,其中,在插入数学成绩88分时,正确的命令是:

A.put 'student','2015001','score:math','88' B.put 'student','2015001','88' C.put 'student','2015001','math','88' D.put 'student','score:math','88'

时间:2024-03-22 10:27:46

相似题目