View previous topic :: View next topic |
Author |
Message |
siva233 Beginner
Joined: 22 Mar 2006 Posts: 10 Topics: 8
|
Posted: Sat Sep 16, 2006 2:03 pm Post subject: can we specify keys for a db2 temporary table ? |
|
|
Hi,
can we specify primary key and forign keys for a db2 temporary table?
Is referential integrity possible with temporary table?
please send link.
Thanks
Siva |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12385 Topics: 75 Location: San Jose
|
Posted: Mon Sep 18, 2006 7:18 am Post subject: |
|
|
siva233,
NO You cannot have a primary key and foreign keys for the temporary tables. Temp tables only last for the duration of the application program.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|