inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 355935
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 301595 | 301595 | 535959 535959 | 355935 355935 |
| 301596 | 301596 | 272500 272500 | 355935 355935 |
| 301597 | 301597 | 272501 272501 | 355935 355935 |
| 301598 | 301598 | 334345 334345 | 355935 355935 |
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)
);