What is the difference between pl and sql?
No Answer is Posted For this Question
Be the First to Post Answer
what are the different type of normalization? : Sql dba
What is meant by truncate in sql?
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
select top 3 sal from each dept?
17 Answers IBM, TCS,
Is join same as left join?
what is a foreign key ? : Sql dba
What is linq to sql?
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 ?
How to avoid duplicate records in a query?
Can you have more than one trigger on a table?
What is the use of & in pl sql?
What is pl sql architecture?