what are aggregate and scalar functions? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

explain the difference between myisam static and myisam dynamic. : Sql dba

0 Answers  


How One can easily select all even, odd, or Nth rows from a table using SQL queries?

4 Answers  


What is a trigger in pl/sql?

1 Answers  


What is cold data?

0 Answers  


How to return multiple rows from the stored procedure?

0 Answers  






4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;

1 Answers   Fintellix,


Give the structure of the procedure ?

1 Answers  


what the meaning of sql

8 Answers  


Write a sql to print only character form the below string. @So&*CIE%$TE@GEN!@RAL

1 Answers   Societe Generale,


Are there any features that are decommissioned in 11g that are not present in 11g?

0 Answers  


write a query find which rows of a table is updated on 2 days before?

3 Answers   TCS,


What is the difference between cross join and natural join?

0 Answers  


Categories