inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701419 | 701419 | 47 47 | 143 143 |
| 701420 | 701420 | 61278 61278 | 143 143 |
| 701421 | 701421 | 257844 257844 | 143 143 |
| 701422 | 701422 | 33685 33685 | 143 143 |
| 701423 | 701423 | 6990 6990 | 143 143 |
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)
);