Hi,

  I have two tables in my database.

  After applying normalization, there are twelve tables with foreign
key support.

  For insert/delete operations, it has to execute twelve queries
instead of two. Is it recommended way?

  In delete case, do always need to check in parent table whether
child key refers to any other rows in parent table?

Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to