Can anybody plz tell me how to add a foreign key an existing table using SQL Queries? >> I got the command, nut can't understand
ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address) MATCH FULL; What's "distfk" here if it is key name what is (address) ? and what is addresses(address)? And What does mean Match Full Thanks in advance laxglx -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/kfd0FKyHs0sJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

