inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 38757
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 396458 | 396458 | 32610 32610 | 38757 38757 |
| 396459 | 396459 | 20133 20133 | 38757 38757 |
| 396460 | 396460 | 538264 538264 | 38757 38757 |
| 396461 | 396461 | 251906 251906 | 38757 38757 |
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)
);