Is sql microsoft?
I have done oracle 10g. I need a project knowledge. So if u please send a project how it should be done,Or you can send email link. I will be very grateful to u.
What is composite data type in pl sql?
How many disk partitions should I have?
Explain uses of cursor.
What is synonyms?
How do you sort in sql?
Can you inner join the same table?
How do I quit sql?
Is primary key a clustered index?
how to do backup entire database? : Transact sql
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;
how to calcuate the second highest salary of he employee