What is Stored procedure ?
Answer Posted / arshi
Stored procedure is bunch of query. it more beneficial
then query.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of using database?
HOW PASS PARAMETERS FOLLOWING ORDER RPG-CL-RPG?
What is a driver in database?
What is the importance of database partitioning?
What is the difference between data source and database?
What are the advantages of normalizing a database.
Why do we need distributed database?
You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
Explain phantom deadlock?
What is a database lookup?
What do you mean by foreign key and primary key?
List some advantages of dbms.
How to do Data integrity testing? Who does this testing (Developer or tester)?
How to do Stored procedure testing? Who does this testing (Developer or tester)?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?