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


Please Help Members By Posting Answers For Below Questions

How do I debug a stored procedure?

631


Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?

603


What is delimiter sql?

546


What are the parameter modes supported by pl/sql?

536


What is sequence in sql?

507






How do you remove duplicate records from a table?

511


What is difference between cursor and trigger?

559


What is type and rowtype in pl sql?

538


Can we insert in sql function?

551


What is data definition language?

623


Where the sql database files are stored?

495


What is difference between sql and mysql?

537


What are basic techniques of indexing?

849


Explain the steps needed to create the scheduled job?

565


what is the difference between union and union all? : Sql dba

548