Answer Posted / shailesh
First of all the way this question is asked is totally wrong. The learner may have to ask which data type does not allow null values.
All data types will allow to insert null values unless the Primary Key or Not Null constraint is defined on a column.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write an sql query to find names of employee start with 'a'? : Sql dba
How do I debug a stored procedure?
What do you mean by stored procedures?
What are the parts of a basic sql query?
What is compound trigger?
Can a primary key be a foreign key?
Why trigger is used in sql?
What found sql?
what are date and time intervals? : Sql dba
What are sql objects?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
How do I edit a stored procedure?
What is oracle pl sql developer?
Do foreign keys improve performance?
how to convert character strings to numeric values? : Sql dba