inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 63039
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 531116 | 531116 | 322204 322204 | 63039 63039 |
| 531117 | 531117 | 216126 216126 | 63039 63039 |
| 531118 | 531118 | 43143 43143 | 63039 63039 |
| 531119 | 531119 | 254839 254839 | 63039 63039 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);