inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12481
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 785870 | 785870 | 240576 240576 | 12481 12481 |
| 785871 | 785871 | 65748 65748 | 12481 12481 |
| 785872 | 785872 | 261944 261944 | 12481 12481 |
| 785873 | 785873 | 5461 5461 | 12481 12481 |
| 785874 | 785874 | 36708 36708 | 12481 12481 |
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)
);