what is + sign and -ve sign for sql code ?
Answer / amarnadh reddy
In SQL CODE, + sign means wornings.
In SQL CODE, - sign means unsuccessful execution.
Is This Answer Correct ? | 21 Yes | 1 No |
What is the information associated with sysibm.syslinks table?
How does db2 sample database connect?
How to design maps
What is the role of union all and union
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
What is meant by union and union all?
What is host variable?
What is database reorganization?
What is the physical storage length of the data types date, time, and timestamp?
What should be specified along with a cursor in order to continue updating process after commit?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.