|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
copying a table from another schema a question
ok say i have a table called students with PK student_id on schema A and database A. now i create a link on Database B and copy that table like so:
create table student1 as select Student_id,name...... from schemaA.students@link; will my table student1 retain all the primary key information? |
|
#2
|
|||
|
|||
|
No
|
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > copying a table from another schema a question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|