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 the purpose of the QUIESE Utility?
What is bufferpool in db2?
what is the maximum number of tables that can be joined ?
what are the max. & min. no. of partitions allowed in a partition tablespace?
how 2 resolve the -311 sqlcode
Update command
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
when does the SQL statement gets executed when you use cursor in the application programming ?
What is pagespace?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
What will the COMMIT accomplish?
How do I delete a table in db2?