inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3594
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 989829 | 989829 | 1428 1428 | 3594 3594 |
| 989830 | 989830 | 255283 255283 | 3594 3594 |
| 989831 | 989831 | 288149 288149 | 3594 3594 |
| 989832 | 989832 | 42192 42192 | 3594 3594 |
| 989833 | 989833 | 13608 13608 | 3594 3594 |
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)
);