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 |
Update command
What do you mean by commit and rollback?
What are types of indexes?
What does db2 mean?
can i code union in cobol-db2 pgm ?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
How do I add a column to a table in db2?
What are the disadvantages of using VARCHAR?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
What is isolation level?
What is meant by index cardinality?