hi! i am creating a database to do with a bank enterprise i have a CUSTOMER table and an ACCOUNT table. their relationship is many to many. i had to create an intersection entity in between them (so that it is one to many, many to one), but i dont know what to call it. any suggestions?
thanks! :)

Generally a joint table should contain the names of both tables, such as ACCOUNT_CUSTOMER.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.