• Bookmarks

    Bookmarks

  • Concepts

    Concepts

  • Activity

    Activity

  • Courses

    Courses


A junction table is a database table used to manage many-to-many relationships between two other tables by storing the primary keys of each. It acts as an intermediary that allows for the efficient organization and retrieval of related data across the tables it connects.
3