How to add Foreign key in a table after the creation of the
table?
Answer Posted / venkatesh
u have create two tables an the time one in first table must an should using primary key .in way of using ddl cmd.
A)alter table table name add fk(clm name) reference column name from table name consists of primary key
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is int identity in sql?
How can one get sql*loader to commit only at the end of the load file? : aql loader
How many postgresql users are there, worldwide?
What is a system versioned table?
What is a unique key and primary key and foreign key?
How run sql*plus commands that are stored in a local file?
How many sql commands are there?
What is the difference between union and union all command?
What is the difference between a database and a relational database?
What is rename in sql?
How do I pipe the output of one isql to another?
Explain what is dbms?
How to return an array from java to pl/sql?
How is pl sql different from sql?
What is cost in sql execution plan?