why db2 is called as universal database?what is the storage
capacity of db2v9 n what are the advantages of db2
Answers were Sorted based on User's Feedback
Answer / guest1
IBM developed the RDBMS that can be used in any platform.
Say in Mainframe, Windows, Unix. That why it is so call UDB.
Regarding the space I'm not sure.
Advantages:
1) Builtin security. (Like Grand&Revoke)
2) It provides logical & Physical data independency.
3) You need not open& close as what we are doing in files.
4) Sorts will be internally performed at DSN07DB.
5) Recovery will be easy(Using the utility)
6) you can also create View which are called virtual tables.
This also give greater security on your table.
The above mentioned are few advantages of db2.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kumar
The first answer talks about the codes rule.
When you look at the error message/SQL status, which
carries same information accross mainframe, windows UNIX.
this could be the reason. Suggestions please
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ankit chourasia
because this database is so flexible that it can support any high level language. and also its access criteria is so vast and fast that it produces wonders ..............its a super computer i call
Is This Answer Correct ? | 0 Yes | 1 No |
What is a db2 cursor?
Explain about rct.
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
Define sqlca.
What is pagespace?
What is a DBRM, PLAN ?
Which isolation level provides highest data integrity?
Is it possible using max on a char column?
How can you get the number of rows impacted by the last executed query?
How to resolve -818 sql code in DB2?
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
What is dbrm in db2 database?