You are _________ them.[ ]
A. wearing
B. wear
C. on
答案:A
Keeping what belongs to another without his permission _____ to stealing. [ ]
A. adds
B. comes to
C. amounts
D. means
若用如下的SQL语句创建了一个表SC: CREATE TABLE SC (S#CHAR(6) NOT NULL,C#CHAR(3) NOT NULL SCORE INTEGER,NOTE CHAR(20)) 今向SC表插入如下行时,( )行可以被插入。
A.('201009','111',60,必修)
B.('200823','101',NULL,NUL
C.(NULL,'103',80,'选修')
D.('201132',NULL,86,' ')