What technique is used to retrieve data from more than one
table in a single SQL statement?
Answer Posted / ajay rana
join techniques is used to to retrieve data from more than
one table in a single SQL statement.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a buffer in memory?
What is nvl in db2?
What is copy pending and check pending in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is dbrm library?
How to create backup table in db2?
What is cobol db2?
When the like statement is used?
What is cloudant database?
What is rct?
What are host variables in db2?
What does db2 mean?
What is consistency token in db2?
What is release/acquire in bind?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?