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 |
is it compulsory commitment control in journal?
define clustering index.
wht displays the number of times a query modified ?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What are host variables in db2?
What is a Cartesian product?
How can you quickly find out the # of rows updated after an update statement?
Is db2 a programming language?
How many buffer pools are available in db2?
How does a cursor work?
How can you find out the # of rows updated after an update statement?
How to rename a table in DB2 ?