How to know the primary key of a table without defining the
primary key in the table?
Answer Posted / kums
you could use SYSIBM.SYSINDEXES table to know more about
the table index.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
What is multi row fetch in db2?
can we view the access paths created by dbrm ? how ? thx
How do I connect my db2 database to ibm?
What is the meaning concurrency in the db2 database?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What's The Percentage Free Space ?
What is dbrm in db2 database?
What is the difference between drop table and delete table?
How would the varchar column remarks defined?
Explain about mirror activator disk mirroring?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What are catalog tables in db2?
What is ibm db2 database?
What is the cobol picture clause of the db2 data types date, time, timestamp?