Can we use more than one null value for unique key?
Answer Posted / slimtech
The answer to this question depends on the database that we
are using
1. In SQL Server and DB2, we can insert only one null value
in the Unique Key column.
2. In Oracle, we can insert multiple null values
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
What is the use of sqldataadapter?
How do I view a sql database?
What is difference between my sql and sql?
How do I view output in sql developer?
how to rename an existing column in a table? : Sql dba
How can a pl sql block be executed?
How do I partition in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What are literals in sql server?
What is lexical units in pl sql?
Does view store data in sql?
Can we join two tables without common column?
Which is better cte or subquery?
What is the importance of sqlcode and sqlerrm?
How are sql commands classified?