Is there a name for the database table that's the other side of a join table? [closed] - sql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to write some documentation and can't think of a generic name for the table that's the other side of a join table.
Is there a specific name for it? If not, any ideas? 'joined table'?

They're typically referred to as "left" and "right" tables.

Related

What should and shouldn't be a table [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
Improve this question
I am creating a library management system with PostgreSQL.
The location and genre tables are quite small.
Is this bad practice? I could have the location as a string in the book table but I wanted it to be enumerated from a set of locations and not arbitrary string. The same applies for genres, as well as wanting the genre to contain a short description.

trying to find what material is assigned to which purchasing group [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to find which material part number is assigned to which purchasing group in SAP. If someone could point me to the right tables that would help as well.
Purchasing group for an article can be found in tables MARA and MARC.
The fields are MAW1-WEKGR and MARC-EKGRP.
I'm using SAP Retail.
Hope it helps.

Translate SPARQL-TO-SQL queries [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am doing an experiment to query RDF data on top of existing Relational DBMS's. So, Does anyone know a tool to translate SPARQL queries to SQL?
Thanks all.
Look for tools providing W3C standard R2RML e.g. D2RQ.

API for getting movie soundtrack list [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any free API for getting the list of soundtracks from a given movie?
Thanks
IMDB seems to be the best place for soundtrack lists.
This might be what you want:
http://www.deanclatworthy.com/imdb/

Where can I view Mono implementations of Math.* or Substring and the like [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Question says it all. I tried browsing through the latest tag but could not find the implementations for said functions.
Math.cs and String.cs. I agree it's a bit tricky, though Moon is definitely the wrong place.