How do you define a correlated name?
Answer / s
Correlation name is defined in the FROM clause as a short
name for the table in the query
SELECT * FROM DSND810.EMP X
WHERE X.EMP = '0010'
X is the correlation name for DSND810.EMP
| Is This Answer Correct ? | 2 Yes | 3 No |
What is copy book?
What is an instance database?
Can DB2 be accessed by TSO users? If yes, which command is used to invoke DB2?
What are catalog tables in db2?
How can you classify the locks in db2?
What is the difference between group by and order by?
How many sub queries can you combine together ?
Can we use select * statement in cobol program without giving field names ???
how to u check the query is executing or not ?where will u check for sqlcode ?
What is the difference between Primary key and unique index?
Name the various locking levels available?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process