What is the difference between pl and sql?


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

Post New Answer

More SQL PLSQL Interview Questions

what are the different type of normalization? : Sql dba

0 Answers  


What is meant by truncate in sql?

0 Answers  


a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution

0 Answers   TCS,


select top 3 sal from each dept?

17 Answers   IBM, TCS,


Is join same as left join?

0 Answers  






what is a foreign key ? : Sql dba

0 Answers  


What is linq to sql?

0 Answers  


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,


How to avoid duplicate records in a query?

0 Answers  


Can you have more than one trigger on a table?

0 Answers  


What is the use of & in pl sql?

0 Answers  


What is pl sql architecture?

0 Answers  


Categories