inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 34731
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 953861 | 953861 | 536511 536511 | 34731 34731 |
| 953862 | 953862 | 18012 18012 | 34731 34731 |
| 953863 | 953863 | 274467 274467 | 34731 34731 |
| 953864 | 953864 | 507756 507756 | 34731 34731 |
| 953865 | 953865 | 57919 57919 | 34731 34731 |
| 953866 | 953866 | 248003 248003 | 34731 34731 |
| 953867 | 953867 | 41142 41142 | 34731 34731 |
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)
);