home / MAAudio_2022_II_HG

Menu
  • Log in

variant_types

3 rows where variant_id = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: variant_pos_in_type

Link variant_type_id variant_id variant_pos_in_type
1,3 Basisdaten 1 WHK 3 2
5,3 Letzte Radionutzung 5 WHK 3 4
6,3 Alle 6 WHK 3 2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE variant_types (
	variant_type_id INTEGER NOT NULL, 
	variant_id INTEGER NOT NULL, 
	variant_pos_in_type INTEGER, 
	PRIMARY KEY (variant_type_id, variant_id), 
	FOREIGN KEY(variant_type_id) REFERENCES variant_type (id), 
	FOREIGN KEY(variant_id) REFERENCES variant (id)
);
Powered by Datasette · Queries took 1.2ms