What technique is used to retrieve data from more than one
table in a single SQL statement?
Answer Posted / rahul
select <column name of 1st table>,<column name of 2nd table>
from <Table name 1st>,<Table name2nd>;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is ibm db2 open source?
Which component is used to execute the sql statements?
Define sqlca.
What is a db2 table?
How do I delete a column in db2?
Define db2 and its databases?
What is difference between alias and synonym in db2?
How can you classify the locks in db2?
When do you specify the isolation level?
What is db2 command?
Mention some fields that are a part of sqlca.
What is the use of db2 optimizer?
Explain the function done by data manager?
Explain the function of data manager.
Which components manage deadlocks in db2?