inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404730
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 729611 | 729611 | 371959 371959 | 404730 404730 |
| 729612 | 729612 | 496900 496900 | 404730 404730 |
| 729613 | 729613 | 482841 482841 | 404730 404730 |
| 729614 | 729614 | 419138 419138 | 404730 404730 |
| 729615 | 729615 | 461941 461941 | 404730 404730 |
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)
);