How many databases are there?
No Answer is Posted For this Question
Be the First to Post Answer
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
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?
what is the process of precompiler?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
Mention some fields that are a part of sqlca.
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What is buffer pool in the db2 database?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
What is a clustered index?
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 PACKAGES ?