Answer Posted / gopinath
select <column name(s)>,<column name(s)> from <table name>
where <column name> <condition>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to retrieve rows from a db2 table in embedded sql?
What is the role of union all and union
What is cursor in dbms?
How does db2 sample database connect?
What types of tables are there in the db2 database?
Define check constraint.
What is the role of the data page in the db2 database?
How to find the number of rows in db2 tables?
What is db2 instance?
How to test SQL -911 error while developing COB-DB2 program
How to execute stored procedures?
What is a storage group (stogroup)?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Why db2 is called db2?