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 the latest version of ibm db2?
How is the value function used?
What is buffer pool in the db2 database?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
how 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
How Plan is created while executing the query using SPUFI?
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?
What are db2 tables?
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
What is drop table?