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
What are the ways on commenting in a pl/sql code?
What is the difference between microsoft access and sql server?
What is sql trigger example?
What is the difference between drop and truncate commands?
What does select * from mean in sql?
What is oracle pl sql developer?
Is sql a programming?
How do I view tables in sql developer?
What is the basic structure of an sql?
What is sql prepared statement?
What are synonyms in sql?
What is use of package in pl sql?
what is the difference difference between procedure and packages
What is a relationship and what are they?
what are enums used for in mysql? : Sql dba