What are variables in pl sql?



What are variables in pl sql?..

Answer / Ashish Kumar Kaushal

Variables in PL/SQL are storage areas used to store data during the execution of a script. They can be declared using the `DECLARE` statement and must be assigned a value before they can be used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do we accept inputs from user during runtime?

1 Answers  


What is sap sql?

1 Answers  


What are Nested Tables? How will u delete 5 rows from Nested Tables

3 Answers   IBM,


What is primary key sql?

1 Answers  


Does sql require a server?

1 Answers  


What is rownum?

1 Answers  


What are %type and %rowtype for?

1 Answers  


how to retrive only second row from table?

31 Answers   IBM,


what is “go” in t-sql? : Transact sql

1 Answers  


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

1 Answers  


What is use of term?

1 Answers  


Will truncate release space?

1 Answers  


Categories