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 expressions?
What is substitution variable?
What do you mean by rowid?
what is self-join? : Sql dba
how would you enter characters as hex numbers? : Sql dba
How do I tune a sql query?
How does one load ebcdic data? : aql loader
Can we rollback after truncate?
What is lexical units in pl sql?
What is inner join in sql?
What are the types of triggers in sql?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is dense_rank?
How is indexing done in search engines?
what is timestamp in mysql? : Sql dba