inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 951605 | 951605 | 259176 259176 | 12875 12875 |
| 951606 | 951606 | 41040 41040 | 12875 12875 |
| 951607 | 951607 | 45006 45006 | 12875 12875 |
| 951608 | 951608 | 5695 5695 | 12875 12875 |
| 951609 | 951609 | 296052 296052 | 12875 12875 |
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)
);