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 composite index and how does it differ from a multiple index?
Why select is not preferred in embedded sql programs?
when does the SQL statement gets executed when you use cursor in the application programming ?
What is auditing?
Plan has the optimized access path in it. But is that optimized access path is attained or known
What parameters are used to control the free space in DB2?
Can we insert update delete in view?
i have a db2 variable how do u declare tht into working storage section ?
how do u update the faltfile into db2 table ?
What else is there in the PLAN apart from the access path?
How many buffer pools are available in db2?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?