Can we use more than one null value for unique key?
Answer Posted / raman
Primary Key is a combination of Unique and NOT NULL
Constraints so it can’t have duplicate values or any NUll
Whereas for Oracle UNIQUE Key can have any number of NULL
but for SQL Server It can have only one NULL
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the basic structure of an sql?
What is the difference between function, procedure and package in pl/sql?
what does myisamchk do? : Sql dba
What are tuples in sql?
What is a sql instance vs database?
What are the different ddl commands in sql?
what happens if null values are involved in expressions? : Sql dba
Does view store data in sql?
How is indexing done in search engines?
what are all the different types of indexes? : Sql dba
What are the parts of a sql statement?
how do you control the max size of a heap table? : Sql dba
What are the benefits of stored procedures?
What is range partitioning?
What is primary key secondary key alternate key candidate key?