inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 21741 | 21741 | 29477 29477 | 18454 18454 |
| 21742 | 21742 | 68871 68871 | 18454 18454 |
| 21743 | 21743 | 8992 8992 | 18454 18454 |
| 21744 | 21744 | 253848 253848 | 18454 18454 |
| 21745 | 21745 | 157859 157859 | 18454 18454 |
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)
);