Explain unique key in sql.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

what is sp_pkeys? : Transact sql

0 Answers  


What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.

4 Answers   Hexaware,


What jobs use sql?

0 Answers  


What is posting?

0 Answers  


Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,






What is having clause in sql?

0 Answers  


Does asenumerable execute the query?

0 Answers  


Does inner join remove duplicates?

0 Answers  


Can we commit inside a trigger?

0 Answers  


What is dynamic query?

0 Answers  


Explain normalization and what are the advantages of it?

0 Answers  


What is multiple partition?

0 Answers  


Categories