inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 36940
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 831531 | 831531 | 19185 19185 | 36940 36940 |
| 831532 | 831532 | 509854 509854 | 36940 36940 |
| 831533 | 831533 | 56090 56090 | 36940 36940 |
| 831534 | 831534 | 38089 38089 | 36940 36940 |
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)
);