inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 374094
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 669390 | 669390 | 341492 341492 | 374094 374094 |
| 669391 | 669391 | 295851 295851 | 374094 374094 |
| 669392 | 669392 | 295852 295852 | 374094 374094 |
| 669393 | 669393 | 541749 541749 | 374094 374094 |
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)
);