What are the two characteristics of a primary key?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of stored procedures?
What is oracle and pl sql?
Can there be 2 primary keys in a table?
Which constraints we can use while creating database in sql?
which operator is used in query for pattern matching? : Sql dba
What is crud sql?
what are the limitations of identity column? : Transact sql
Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)
Can a table contain multiple foreign key’s?
What is the purpose of the sql select top clause?
What is the main difference between sql and pl/sql?
IN A TABLE HAVE ONE COLUMN PRIMARY KEY..IT WILL NOT ALLOWS NULL VALUES AND DUPLICATE VALUES..INSTEAD OF PRIMARY KEY WHY CANT WE USE UNIQUE AND NOT NULL.THESE TWO ALSO DOESNT ACCEPT NULL VALUES IN NOT NULL AND UNIQUE DOESNT ACCEPT DUPLICATE VALUES? SO WHAT IS THE DIFEERENCE BETWEEN(UNIQUE,NOT NULL) AND PRIMARY KEY??????