How to add Foreign key in a table after the creation of the
table?
Answer Posted / sagar98
ALTER TABLE <table_name>
ADD CONSTRAINT <fk_name> FOREIGN KEY (column_name)
REFERENCES <table_name_where_this_column_acts_as_PK>
(Column_name)
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is plpgsql language?
What do you think about pl/sql?
What are pl sql procedures?
Does sql require a server?
Is sql pronounced sequel or sql?
Is sql sequential or random?
Does normalization improve performance?
What is difference between group by and partition by?
i have some prob lem to tell me about my self in interview first round ...
How to create a menu in sqlplus or pl/sql?
How do I order by ascending in sql?
Can you call pl/sql package functions from within a fast formula?
How long it takes to learn pl sql?
what is the difference between blob and text? : Sql dba
What is the difference between sql and mysql?