Results 1 to 4 of 4

Thread: MySQL database design: sharing data between 2 or more database

Threaded View

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Question MySQL database design: sharing data between 2 or more database

    For instance, I have a Human Resource Information System, a Library System and an Enrollment System, those systems share common data (Instructors and Students), how should I design it such as they will only get the Instructors and Students data from one table only? Could I separate them in 3 database and just "join" using a query? If yes, how could I enforce referential integrity between those databases? Or should they be in just one database only?

    Your inputs are most welcome.
    Last edited by dee-u; Sep 8th, 2019 at 07:53 PM.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width