How does an execution block start and end in pl sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the syntax to add a record to a table?

0 Answers  


How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).

2 Answers   IBM,


What are stored procedures used for?

0 Answers  


What is varchar data type in sql?

0 Answers  


How can one get sql*loader to commit only at the end of the load file? : aql loader

0 Answers  






how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?

6 Answers  


What is a schema sql?

0 Answers  


how to drop an existing index in mysql? : Sql dba

0 Answers  


how can I make a script that can be bi-language (supports english, german)? : Sql dba

0 Answers  


what is inline view?

15 Answers  


What is pl sql variable?

0 Answers  


What is a mutating table

5 Answers   TCS, Tech Mahindra,


Categories