inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3307
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 286932 | 286932 | 71771 71771 | 3307 3307 |
| 286933 | 286933 | 76804 76804 | 3307 3307 |
| 286934 | 286934 | 1306 1306 | 3307 3307 |
| 286935 | 286935 | 235567 235567 | 3307 3307 |
| 286936 | 286936 | 235568 235568 | 3307 3307 |
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)
);