inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11406
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 474834 | 474834 | 73980 73980 | 11406 11406 |
| 474835 | 474835 | 33742 33742 | 11406 11406 |
| 474836 | 474836 | 4772 4772 | 11406 11406 |
| 474837 | 474837 | 218148 218148 | 11406 11406 |
| 474838 | 474838 | 485863 485863 | 11406 11406 |
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)
);