what is null value?

Answer Posted / ela tiku

Null Value is neither zero nor it is a blank space. It is
some unknown value which occupies 4 bytes of space of
memory in SQL.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a server parameter file in oracle?

589


What is dual table oracle?

525


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1179


What is integrity and what is constraint??Explain with example

1695


How to delete a user account in oracle?

549






How to experiment a data lock in oracle?

593


What are the components of logical database structure in oracle database?

575


What is the Tune Query

1837


Explain constraining triggers.

593


Explain the use of log option in exp command.

533


What is Segment Advisor in Oracle?

667


Explain rename?

549


Explain a private synonyms?

630


Explain the use of record length option in exp command.

554


21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.

1618