What should and shouldn't be a 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 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.

Related

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.

Sample sql product Data [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
Looking for a open source range of data. Needs to be a range of products with variations e.g. books, shoes, hats, cds, dvds, dog toys, you get the idea, random products.
Also needs to be for a sql database.
Anybody got any suggestions where I might find such data?
Try doing a search for Northwind database samples. Microsoft also has some free database setups to us for practice. You can download these from their website.

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/

Is there a name for the database table that's the other side of a join 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 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.