In SQL, what is the use of IS NULL operator?
Answers
Answer:
it test the given values is null or not
if it is null it return true
otherwise it return false
Answer:
IS NULL operator is used to check whether a value in a field is NULL or not.
Explanation:
SQL is a language which is used to communicate with the datebase.
IS NULL - returns true if it is null
IS NULL - returns false if it is not null
Learn More on Brainly.in:
Your friend Sunita complaints that somebody has created a fake profile on Twitter and defaming her character with abusive comments and pictures. Identify the type of cybercrime for these situations.
https://brainly.in/question/30095565
Suppose a tuple T is declared as T = (10, 12, 43, 39) , which of the following is incorrect? a) rint * (T[1]) b) T[2] = - 29 c) print * (max * (T)) d) print (len * (T))
https://brainly.in/question/30819138