What are the subsets of sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What can be a size of a pl/sql block? Is there any limit?

2 Answers  


what is Complex index. how to create it?

2 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,


How to rename a table?

0 Answers  


SQL Tuning, Oracle Server 10g: Why is the following hint invalid? SELECT /*+ first_rows parallel(table_name,paral_number)*/

1 Answers   Accenture,






When is a declare statement required?

0 Answers  


How packaged procedures and functions are called from the following?

2 Answers  


What is a join query?

0 Answers  


How to Execute a Package in PL/SQL.?

0 Answers   MCN Solutions,


difference between oracle 8i and oracle 9i

8 Answers  


what is the difference between granting and creating a view?

2 Answers  


What do you think about pl/sql?

0 Answers  


Categories