home / fixtures2 / compound_primary_key

compound_primary_key

3 rows

✎ View and edit SQL

This data as json, testall, testnone, testresponse, CSV (advanced)

Suggested facets: content

Link pk1 pk2 content
a,b a b c
a/b,.c-d a/b .c-d c
d,e d e {"row": {"pk1": "d", "pk2": "e", "content": "RENDER_CELL_DEMO"}, "column": "content", "table": "compound_primary_key", "database": "fixtures2", "pks": ["pk1", "pk2"], "config": null}

Advanced export

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

CSV options:

CREATE TABLE compound_primary_key (
  pk1 varchar(30),
  pk2 varchar(30),
  content text,
  PRIMARY KEY (pk1, pk2)
);
Powered by Datasette · Queries took 1.2ms