inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 5915
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 671346 | 671346 | 70505 70505 | 5915 5915 |
| 671347 | 671347 | 158657 158657 | 5915 5915 |
| 671348 | 671348 | 339605 339605 | 5915 5915 |
| 671349 | 671349 | 529307 529307 | 5915 5915 |
| 671350 | 671350 | 2363 2363 | 5915 5915 |
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)
);