What are db2 tables?
Answer / Manmohan
DB2 tables are data structures used to store organized collections of data. They consist of rows and columns, with each row representing a unique record and each column representing an attribute or field of the record.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of schema in the db2 database?
What is a lock?
Discuss about db2 bind?
How is deadlock resolved?
How to handle null values in db2
What is REORG? When is it used?
What is difference between alias and synonym in db2?
What are the contents of dclgen?
What is the difference between Where and Having Clause
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What are foreign keys in db2?
What is lock escalation?