inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9890
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 758089 | 758089 | 533847 533847 | 9890 9890 |
| 758090 | 758090 | 14969 14969 | 9890 9890 |
| 758091 | 758091 | 4015 4015 | 9890 9890 |
| 758092 | 758092 | 261671 261671 | 9890 9890 |
| 758093 | 758093 | 240447 240447 | 9890 9890 |
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)
);