inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 918648 | 918648 | 59200 59200 | 12766 12766 |
| 918649 | 918649 | 258902 258902 | 12766 12766 |
| 918650 | 918650 | 5630 5630 | 12766 12766 |
| 918651 | 918651 | 486837 486837 | 12766 12766 |
| 918652 | 918652 | 39980 39980 | 12766 12766 |
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)
);