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
Highlight all the advantages that are attached to a package.
What are the contents of dclgen?
What r the comman abends in db2, jcl and cobol???????
How many databases can be created inside an instance in db2 ?
What is the physical storage length of timestamp data type?
How to rename a table in DB2 ?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is netezza database?
What is bind package and plan in db2?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
When the like statement is used?
What is check constraint. Explain with example.
What is the function of logging in the db2 database?
How do I connect my db2 database to ibm?
What is db2? Explain.