Does a primary key have to be a number?


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 are all different types of collation sensitivity? : Sql dba

0 Answers  


Differentiate between sga and pga.

0 Answers  


How will you delete a particular row from a Table?

7 Answers   Cap Gemini,


How to use sql statements in pl/sql?

0 Answers  






how to analyze tables with 'mysqlcheck'? : Sql dba

0 Answers  


Write a sql select query that only returns each name only once from a table?

0 Answers  


What problem one might face while writing log information to a data-base table in pl/sql?

0 Answers  


what is the command for user data type?

2 Answers  


How can you save or place your msg in a table?

0 Answers  


How do I edit a trigger in sql developer?

0 Answers  


What is a recursive stored procedure?

0 Answers  


Categories