What technique is used to retrieve data from more than one
table in a single SQL statement?

Answer Posted / karthik

select <column name of 1st table>,<column name of 2nd table>
from <Table name 1st> join <Table name2nd> where
table1.columnname = table2.columnname;

atleast one column should be unique in both the tables.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is db2 restart?

1695


What are iseries servers?

568


Define sqlca.

651


Explain db2.

620


What does sqlcabc has?

633






What is the physical storage length of timestamp data type?

646


How to connect to db2 database from windows command line?

564


What is cascading rollback?

624


What is the picture clause of null indicator variable?

692


List out the data types available.

704


How do I add a column to a table in db2?

623


What are bind parameters in db2?

613


What are host variables in db2?

628


What is dclgen in db2?

679


What is a storage group (stogroup)?

778