inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19628
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 29736 | 29736 | 51522 51522 | 19628 19628 |
| 29737 | 29737 | 241202 241202 | 19628 19628 |
| 29738 | 29738 | 9627 9627 | 19628 19628 |
| 29739 | 29739 | 493518 493518 | 19628 19628 |
| 29740 | 29740 | 263350 263350 | 19628 19628 |
| 29741 | 29741 | 529564 529564 | 19628 19628 |
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)
);