How is data retrieved from multiple tables using a single sql statement?
Answer / Adesh Kumar
Data can be retrieved from multiple tables using a single SQL statement through JOIN operations, which combine rows from two or more tables based on a related column between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
in options (main) , what is meaning of main . if u not used main what will happen? After compiling, os will not understand where to load and execute from
Explain lock contention?
How to find all duplicate records?
Can you explain create an empty file by using sort?
how to get last 100 records in file-aid?
State all the file open modes?
how do we do unit testing in mainfrmae. explain step-wise.
Explain host variables?
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division
Explain identify whether a call statement is a static or dynamic call?
If DB2 query returns in null value, how do you work with it in PL/1?
Why we use "OCCUR" with multiple occurence DS(Data Structure)?