inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 146368
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 66334 | 66334 | 101640 101640 | 146368 146368 |
| 66335 | 66335 | 232084 232084 | 146368 146368 |
| 66336 | 66336 | 501328 501328 | 146368 146368 |
| 66337 | 66337 | 342319 342319 | 146368 146368 |
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)
);