Answer Posted / andank
DB2 (Database 2) is an Relational Database Management
System (RDBMS). It's simillar to other RDBMs like Oracle,
MS SQL Server. DB2 has many flavors which runs on
Mainframes, Windows, Unix etc., DB2 is famous on
Mainframes!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the reason behind not using select * in embedded sql programs?
What action db2 takes when a program aborts in the middle of a transaction?
What types of tables are there in the db2 database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is role in db2?
What is database manager in db2?
What are the rules for db2 programming?
Why do we need reorg in db2?
How do you stop a db2 database in linux?
What is data manager?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What's The Percentage Free Space ?
Is db2 relational database?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How to take backup of table in db2?