How does one remove entries from the SCT02 table?
Answer / s
When a plan is dropped it removes the entries from SCT02
table.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a cursor in programming?
What is a view? Why use it?
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
Describe what a storage group(STOGROUP) is?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is plan in cobol db2?
What is drop table?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
Which command is used to remove all rows from a table?