DB2 is a
A) data base/data communication system
B) data base
C) RDBMS
D) Programming language
Answers were Sorted based on User's Feedback
Answer / ankit
data base 2 is data base and data communication system
which help rdbms to specific operation on any database or
solve any queries.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between drop table and delete table?
How can you display the current date & current time ?
i want to delete 20th million record how ?
Describe major components of db2?
What is the max length of sqlca?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
What is null in db2?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
What is the connection string to connect to the DB2 Database ?
What is buffer pool and list some of them?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?