inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 1316
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 490649 | 490649 | 538730 538730 | 1316 1316 |
| 490650 | 490650 | 71421 71421 | 1316 1316 |
| 490651 | 490651 | 513 513 | 1316 1316 |
| 490652 | 490652 | 67021 67021 | 1316 1316 |
| 490653 | 490653 | 319879 319879 | 1316 1316 |
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)
);