Is pl sql a scripting language?



Is pl sql a scripting language?..

Answer / Ashwani Kumar Sharma

Yes, PL/SQL can be considered a scripting language as it allows for procedural programming and the automation of tasks within the Oracle Database. However, it is primarily associated with database development rather than web or general-purpose scripting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What does the file extension accdb stand for?

1 Answers  


What is procedure explain with program?

1 Answers  


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3 Answers  


Which is faster union or join?

1 Answers  


what is self join and why is it required? : Sql dba

1 Answers  


How to pipe multiline string to isql?

1 Answers  


I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?

8 Answers   L&T,


How can we optimize a sql query?

1 Answers  


how can i create a user defined datatype

3 Answers  


How do I partition in sql?

1 Answers  


Does pl sql work in mysql?

1 Answers  


what is the command for user data type?

2 Answers  


Categories