what is null value?
Answers were Sorted based on User's Feedback
Answer / ashu_deepu
most generally confuse the null value with zero.
but zero is different then null.
null can be understand as unknown value.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mohit gupta
Null is a value that is unavailable, unassigned and unknown.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / guneetinder singh
Null is not a value but we can say it is unknown.
| Is This Answer Correct ? | 4 Yes | 4 No |
Null value is that value which is neither zero or space or
any character.This value is defined by Oracle server, and
hence cannot be described.Also every null value generated
by server is unique than another..hence we cannot compare
it with character, numeric or date functions.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / kuldeep singh
Null value is that value which is neither zero or space or
any character.null is not a value its just a concept to
avoid all values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bharat_itstud
null value is a value i.e. unavalable, unknown & it is
equal to nothing.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sachin
A null value is not defined,applicable,available,known .
It can be a blank space or it can be a zero but it is not
equal to either zero or blank space......
| Is This Answer Correct ? | 0 Yes | 1 No |
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
What's dateware house and what's clustor with practicle example
How to synchronize 2 schema's objects?
waht is the difference between primary key and super key?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How to write a query with a left outer join in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
Why is oracle database so popular?
What is a table in oracle?
Differentiate between function and procedure in oracle.
What is an index associated with a constraint?