DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
4 9494AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
2 20120how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
2 10558what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
5 15734which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
3 10124which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
2 12926
what is diffrence b/w file-aid tool and file-aid utility???
Explain about mirror activator disk mirroring?
What is the syntax for creating a table in the db2 database?
How to find the number of rows in a db2 table?
Outputs of explain are with matchcols = 0. What does this signify?
Explain packages.
What is the use of commit in db2?
What is the reason behind not using select * in embedded sql programs?
Can there be more than one cursor open for any program?
What is clone table?
What is the difference between nvl and coalesce?
What does db2 stand for?
What is the difference between spufi and qmf?
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?
How to execute stored procedures?