What is basic structure of pl sql?


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

Post New Answer

More SQL PLSQL Interview Questions

define sql update statement ? : Sql dba

0 Answers  


What is a behavioral trigger?

0 Answers  


What is pls integer?

0 Answers  


what is difference between pass by value and eference by value in oracle plsql

1 Answers  


What is dialect in sql?

0 Answers  






Why self join is used in sql?

0 Answers  


What is the non-clustered index in sql?

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,


Can we use distinct and group by together?

0 Answers  


Which is faster count (*) or count 1?

0 Answers  


what is the difference between a having clause and a where clause? : Sql dba

0 Answers  


Is delete faster than truncate?

0 Answers  


Categories