What is DB2 (IBM Database 2)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sunil raina
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! form Sunil Raina
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is datacom db?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
What does DML stand for and what are some examples of it?
What is the database descriptor?
What is the maximum number of columns in a db2 table?
What is the connection string to connect to the DB2 Database ?
Which isolation level provides maximum concurrency?
What does the CHECK Utility do ?
What is normalization and what are the five normal forms?
What is the purpose of the QUIESE Utility?
what are the bind parameters?