Results 1 to 3 of 3

Thread: null

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    null

    how i can verifiy the null occupied the memory...


  2. #2
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: null

    Quote Originally Posted by deepakbit2 View Post
    how i can verifiy the null occupied the memory...
    NULL is absence of value. How can a non existent value occupy space in memory?

    Code:
    SQL> CREATE TABLE TEST_DATA( X NUMBER);
    
    Table created.
    
    SQL> INSERT INTO TEST_DATA VALUES(NULL);
    
    1 row created.
    
    SQL> SELECT DUMP(X) FROM TEST_DATA;
    
    DUMP(X)
    --------------------------------------------
    NULL



  3. #3
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: null

    null does not occupy any memory.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact