Answer Posted / nanne saheb c
Can't insert NULL value in DATE data type. Please find the below practical as example.
CREATE TABLE Example(
name VARCHAR(30),
regist DATE,
PRIMARY KEY(name)
);
INSERT INTO Example VALUES ('anyname','NULL');
ORA-01841: (full) year must be between -4713 and +9999, and not be 0
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is normalization? : Sql dba
What are basic techniques of indexing?
What is the reports view in oracle sql developer?
Determine if oracle date is on a weekend?
what is dbms? : Sql dba
What is a table partition?
What is the difference between instead of trigger and after trigger?
Why is pl sql used?
What is column?
How to check if a column is nullable before setting to nullable?
What is exception? What are the types of exceptions?
Why is sql better than hql?
Is postgresql a nosql database?
How does index help in query performance?