What is the default value of Boolean Operator?
a.Null
b.True
c.False
d.none of the above
Answers were Sorted based on User's Feedback
Answer / prejib
NULL.
SQL> DECLARE
2 v_boolean BOOLEAN;
3 BEGIN
4 IF v_boolean = TRUE
5 THEN
6 DBMS_OUTPUT.put_line ('Default value is TRUE');
7 ELSIF v_boolean = FALSE
8 THEN
9 DBMS_OUTPUT.put_line ('Default value is FALSE');
10 ELSIF v_boolean IS NULL
11 THEN
12 DBMS_OUTPUT.put_line ('Default value is NULL');
13 END IF;
14 END;
15 /
Default value is NULL
| Is This Answer Correct ? | 42 Yes | 5 No |
Answer / manojbatra071
The default value of Boolean operator in any programming
language is FALSE
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / jayasree s
A complex Boolean condition by combining simple Boolean
conditions with the logical operators AND, OR, and NOT.
FALSE takes precedence in an AND condition and TRUE takes
precedence in an OR condition. AND returns TRUE only if
both of its operands are TRUE. OR returns FALSE only if
both of its operands are FALSE. NULL AND TRUE always
evaluate to NULL because it is not known if the second
operand evaluates to TRUE or not.
Note: The negation of NULL (NOT NULL) results in a null
value because null values are indeterminate
Answer is FALSE
| Is This Answer Correct ? | 8 Yes | 9 No |
hello friends. i m saravanan. my stream (B.Tech)Information Technology. i m seeking for job. now i plan to do informatica certification.. but this certification is only for experienced software professional. i m having no software experience. do u think is informatica certification is useful to my carrer..?? and pls explain which certification is better Oracle (Or) Informatica????? my mail id is ysaravananbtech@gmail.com mobile no is>> +91-9894060089
Hi , I am planning to take up OCA certification.Can you please provide me with the path for Oracle DBA certi.If any one of you have dumps for same,please mail them to sajagporwal123@gmail.com.Please give me any tips if possible.
Dumps for 1z0-108 Weblogic server administration 11g or 1z0-102 Weblogic server administration 10g
HI, I have completed my M.com and MBA and currently working in IT sector in HR Recruitment. i just want to do Oracle HRMS functional course. And is there is any study center in Coimbatore from where i can do this certification.
I would like to know passing marks for oracle certification course module 1....
I am planing for sql exam so please help me about exam questions.
How to prepare for doing OCA and is there books or any model questions or any site which helps us fro preparing our own? Please give me the complete information if possible.
what is the exact syllabus for oracle certification level 1?
hai what are the certification courses available in oralcle certification
Can you please send me the dups for the OCA certification?
i would like to know oracle dba on 10g/11i certification fee structure ..for all exams please help me
How the text files in the operating system are accesed through UTL_FILE package, if the user have no access to operating system.