home / MAAudio_2022_II_HG

Menu
  • Log in

combi_type

4 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name position
1 Zusammenfassung 1
2 Vermarkter 2
3 Kombination 4
4 Einzelsender 3

Advanced export

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

CSV options:

CREATE TABLE combi_type (
	id INTEGER NOT NULL, 
	name VARCHAR(250), 
	position INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	UNIQUE (name)
);
CREATE INDEX ix_combi_type_position ON combi_type (position);
Powered by Datasette · Queries took 1.2ms