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

Will the general public have access to the infobus apis?

540


Define the remote object implementation?

2009


What is prototype?

619


what is a non-repeatable read?

1836


What is message driven beam?

589






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!

1374


What are the types of scaling?

565


What are the different types of exception?

581


Which are the different segments of memory?

610


What is synchronization and why is it important?

557


When a thread blocks on i/o, what state does it enter?

583


Explain the difference between object state and behavior?

582


Can we sent objects using Sockets?

659


What is ioc concept & explain it?

632


Name three subclasses of the component class?

625