IT quiz
All questions
Sign in
Sign up
JavaScript
HTML
CSS
PostgreSQL
PHP
Linux
Git
Docker
SCSS
TypeScript
SQL
Vue
DNS
Go
frontend (web)
Redis
backend
Gitlab
CI/CD
Vite
webpack
Node.js
HTTP
Python
Kotlin
Nuxt
Question #122
Author:
admin
tags:
SQL
NULLIF(value1, value2)
function...
...returns a null value if
value1
equals
value2
; otherwise it returns
value1
.
...returns a null value if both
value1
and
value2
are not null.
...returns a null value if both
value1
and
value2
are null.
...returns the first of its arguments that is not null; null is returned only if all arguments are null.
Answer
Rate the difficulty of the question:
1
2
3
4
5
6
7
8
9
10
easy
hard
Next question (SQL)
→
Write new comment