Prepare for your Next Interview
This is a discussion on null within the Oracle forums, part of the Databases category; how i can verifiy the null occupied the memory......
|
|||
|
Re: null
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Null V Nothing | dubdownunder | SQL | 5 | 03-27-2008 06:46 AM |
| null statement in c | ShrutiS | C and C++ | 6 | 03-18-2008 09:41 AM |
| Set columns as not null | jency | SQL | 2 | 12-06-2007 01:12 AM |
| Not null constraint | Geek_Guest | SQL Server | 2 | 10-17-2007 07:05 AM |
| Built-in and plugin stages, Chaning Null to Not Null and Types of lookup | Geek_Guest | Data Warehousing | 0 | 04-06-2007 04:48 AM |