whats is stored procedure,joins
Answer / 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 |
What is the applet sandbox?
How can I avoid validating a form before data is entered?
Why is main purpose of XML?
How database connectivity in XML is achieved?
how to get value in combo for updation?
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!
Write a program to show synchronization?
Explain about local interfaces.
Should synchronization primitives be used on bean methods?
How to synchronize jsp page?
What is scalable, portability in the view of J2EE?
What is the difference between RMI and Corba?