inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 16385
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1037671 | 1037671 | 244628 244628 | 16385 16385 |
| 1037672 | 1037672 | 42922 42922 | 16385 16385 |
| 1037673 | 1037673 | 489669 489669 | 16385 16385 |
| 1037674 | 1037674 | 7837 7837 | 16385 16385 |
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)
);