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
what is a database? : Sql dba
How do you delete data from a table?
Is subquery faster than join?
Do prepared statements prevent sql injection?
What does rownum mean in sql?
How many types of primary keys are there?
What is on delete set null?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is the difference between unique and primary key constraints?
What port does sql server use?
What is difference between inner join and self join?
what is transaction? : Sql dba
What is meant by cursor in sql?
Can we use ddl commands in pl sql?
What is serial sql?