whats is stored procedure,joins

Answer Posted / mahendar

with stored procedure we can exceute group of sql
statements.

Joins can be used to join one or more table

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1364


What is message driven beam?

584


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

570


Why is actionform a base class rather than an interface?

570


which book is better for jdbc ,servlets and jsp

1645






A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1814


Do I need to import javlang package any time? Why ?

626


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3453


what is handle?

1856


Will the general public have access to the infobus apis?

530


which type of objects reference will be given to client?

2031


wahts is mean by dynavalidatorform in struts/

1570


What is the difference between RMI and Corba?

2258


What is the purpose of the finally clause of a try-catch-finally statement?

557


How database connectivity in XML is achieved?

1767