What are delete-connected tables?
Answer / s
tables that are connected in a referential integrity
relationship. Delete of the primary keys deletes the
corresponding foreign keys.
| Is This Answer Correct ? | 2 Yes | 0 No |
How can you quickly find out the number of rows updated after an update statement?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is the use of commit in db2?
Which component is responsible for db2 startup and shutdown?
What is subquery ?
What is the physical storage length of timestamp data type?
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What will the DB2 optimizer do?
What are host variables in db2?
What are foreign keys?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
Can we delete records from view?