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
Mention the various locks that are available in db2.
List down the types of triggers in the db2 database?
Is db2 a mainframe database?
What are iseries servers?
How to find the number of rows in db2 tables?
Is ibm db2 free?
What is a db2 schema?
What is db2 catalog database?
List out the buffer pools in db2
Explain about rct.
What is cursor in dbms?
What do you mean by cursor?
List out the data types available.
Why db2 is called db2?
What is a dbrm in db2?