What is index in db2?
Answer / harika
Db2 Index. Indexes are the database objects created based on one or more columns of a table.
Is This Answer Correct ? | 0 Yes | 0 No |
Name the lockable units in DB2?
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 is an asychronous write?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What is a page in db2?
how to copy the host variables from ps file into cobol program other than include statement
How do I connect my db2 database to ibm?
How would you print the output of an SQL statement from SPUFI?
what is Static and dynamic linking
Are views updateable?
How to retrieve rows from a db2 table in embedded sql?
How to execute stored procedures?