What operators deal with null?



What operators deal with null?..

Answer / Pal Singh

In PL/SQL, there are two operators that work specifically with NULL values: IS NULL and IS NOT NULL. These operators allow developers to test for the presence or absence of a NULL value in a variable or column.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Why do we use subquery?

1 Answers  


What is error ora-12154: tns:could not resolve the connect identifier specified?

1 Answers  


What does sql stand for?

1 Answers  


Can we create a trigger on view?

1 Answers  


What is composite data type in pl sql?

1 Answers  


What is time based sql injection?

1 Answers  


How long it takes to learn pl sql?

1 Answers  


how would concatenate strings in mysql? : Sql dba

1 Answers  


What is %type in sql?

1 Answers  


what is a trigger? : Sql dba

1 Answers  


What is constant in pl sql?

1 Answers  


What are conditional predicates?

1 Answers  


Categories