inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 350250
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924877 | 924877 | 290575 290575 | 350250 350250 |
| 924878 | 924878 | 294670 294670 | 350250 350250 |
| 924879 | 924879 | 265144 265144 | 350250 350250 |
| 924880 | 924880 | 289932 289932 | 350250 350250 |
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)
);