Can we use more than one null value for unique key?
Answer Posted / christina
Yes, We can use more then one null value in unique key ,
because "null" means undefined or unknown so we can add any
number of null values in unique key...
This is the major difference between primary nd unique key,
Primary key doesn't allow null values to be entered into
the columns marked as priamry key and Unique allow us to
enter null values...............
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to return multiple rows from the stored procedure?
Why truncate is used in sql?
How much does sqlite cost?
How do I add a database to sql?
How do we accept inputs from user during runtime?
Why do we use set serveroutput on?
What are the disadvantages of file system?
Which operator is used in query for pattern matching?
What is the difference between python and sql?
How do I count duplicates in sql?
Can we perform dml on view?
What is a call statement? Explain with an example.
How to Execute a Package in PL/SQL.?
Write a sql query to get the third highest salary of an employee from employee_table?
What are the benefits of triggers?