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 orm in sql?
Why functions are used in sql?
Does view store data in sql?
What is oracle sql called?
Does db2 use sql?
how to use in conditions? : Sql dba
Is record in oracle pl sql?
What is a pragma statement?
What is forward declaration in pl sql?
Is clustered index a primary key?
Can we join 3 tables in sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
explain the difference between delete , truncate and drop commands? : Sql dba
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Are sql database names case sensitive?