I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
What is temporal table in db2?
What is database manager in db2?
How can you do the explain of a dynamic sql statement?
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
What is load utility in db2?
What is buffer pool and list some of them?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?