若要找出在关系R的A属性上不为空的元组,则选择子句WHERE后应表达为( )。
A: A <> NULL
B: A <> ' '
C: A IS NOT NULL
D: A NOT IS NULL
A: A <> NULL
B: A <> ' '
C: A IS NOT NULL
D: A NOT IS NULL
举一反三
- 中国大学MOOC: 若要找出在关系R的A属性上不为空的元组,则选择子句WHERE后应表达为( )。
- 下列选项中哪一个是正确的空值查询条件的SQL表达( ) A: < >NULL B: !=NULL C: IS NOT NULL D: NOT IS NULL
- 青书学堂: (判断题) 如果想找出关系R的属性A上为空的那些元组,则条件子句应该为 WHERE A IS NULL( )
- 查询student表中的所有非空email信息, 以下语句正确的是( ) A: Select email from student where email !=null B: Select email from student where email not is null C: Select email from student where email <> null D: Select email from student where email is not null
- 带头结点的双向链表 L 为空表时应满足( )。 A: L == NULL B: L -> prior == L -> next C: L -> prior == NULL D: L -> next == NULL