Answer Posted / 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 |
Post New Answer View All Answers
How to rename a table in DB2 ?
How can record locking be achieved in those DB2 versions which do not support it?
How do I import data from excel to db2?
What is the physical storage length of time data type?
If I have a view which is a join of two or more tables, can this view be updateable?
What is clone table?
What is the use of reorg in db2?
How does cobol compile db2 program?
What is cascading rollback?
What is collection in db2 bind?
What is the difference between oracle and db2?
What is the use of runstats in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How to find the maximum value in a column in the db2 database?
How do I import a csv file into db2?