What is int identity in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


What is clause?

0 Answers  


need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.

1 Answers  


Is natural join and inner join same?

0 Answers  


What is the use of index in sql?

0 Answers  






What is sqlexception in java?

0 Answers  


How to add new employee details in an employee_details table with the following details

0 Answers  


how to enter binary numbers in sql statements? : Sql dba

0 Answers  


Why is %isopen always false for an implicit cursor?

0 Answers  


What is cross join sql?

0 Answers  


Can a table have no primary key?

0 Answers  


What are the differences between implicit and explicit cursors?

0 Answers  


Categories