home / MAAudio_2024_II_HG_Update

Menu
  • Log in

audio_type

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name position
1 Konvergenz 3
2 Klassik 1
3 Online-Audio 2

Advanced export

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

CSV options:

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