inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 13862
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 342830 | 342830 | 487507 487507 | 13862 13862 |
| 342831 | 342831 | 6289 6289 | 13862 13862 |
| 342832 | 342832 | 239820 239820 | 13862 13862 |
| 342833 | 342833 | 260342 260342 | 13862 13862 |
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)
);