inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 354694 | 354694 | 260098 260098 | 19463 19463 |
| 354695 | 354695 | 51077 51077 | 19463 19463 |
| 354696 | 354696 | 9536 9536 | 19463 19463 |
| 354697 | 354697 | 32375 32375 | 19463 19463 |
| 354698 | 354698 | 239696 239696 | 19463 19463 |
| 354699 | 354699 | 493246 493246 | 19463 19463 |
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)
);