sql - In which table will be foreign key if the relation in two tables is many to one i.e. from 1st table (many ) to second table(one) -


Which table will contain the foreign key if the relationship between the two tables is too many, i.e. the first table (many) to the other table (One).

What can I win the first table?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -