Explain the advantages and disadvantages of stored procedure?


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

Post New Answer

More SQL PLSQL Interview Questions

1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,


I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS

7 Answers   Polaris,


How to avoid using cursors?

0 Answers  


How do rank () and dense_rank () differ?

0 Answers  


what is 'trigger' in sql? : Sql dba

0 Answers  






Is crud a cuss word?

0 Answers  


what is dbms? : Sql dba

0 Answers  


What is difference between stored function and application function?

0 Answers  


What are the different types of joins and explain them briefly.

3 Answers  


What does count (*) do in sql?

0 Answers  


What does partition by mean in sql?

0 Answers  


What is snowflake sql?

0 Answers  


Categories