Answer Posted / suresh pabothu
Maximum table size (on a 32 bit system) 2 Gigabytes
Maximum number of tables in a data store 65535
Maximum number of indices on a table 15
Maximum length of a row in a table 64 kilobytes
Maximum number of columns in a foreign key 8
Maximum number of columns in an index 8
Maximum number of columns in a primary key 8
Maximum length of SQL statement 64 kilobytes
Maximum number of rows in a table Limited by table size
Maximum number of columns in a table 256
Maximum length for a CHAR column 32767 bytes
Maximum length for VARCHAR column 32767 bytes
Maximum length for BLOB column 2 Gigabytes -1
Maximum combined length for INT, SMALLINT, CHAR, DECIMAL,
DATE, TIME, and TIMESTAMP columns in a single record 32767
bytes
Maximum number of statement handles per connection 20
Maximum number of LOB locators 256
Maximum length of check constraints 32767 bytes
Maximum length of default value 32767 bytes
Maximum size of decimals 31 digits
Maximum length of each column in a single index 1024 bytes
Minimum year for a date value 0001
Maximum year for a date value 9999
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is bufferpool in db2?
What does db2 mean?
How do I add a column to an existing table in db2?
What is innodb buffer pool?
What is collection in db2 bind?
What are the two types of logging in the db2 database? Explain them.
What is scrollable cursor in db2?
When reorg is used?
Why do chiropractors use drop table?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is schema in db2?
How do you eliminate duplicate values in db2?
What is access path in db2?
How can we retrieve the total number of records in RPG & CLLE?
What is cascading rollback?