inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 6401
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130872 | 130872 | 2553 2553 | 6401 6401 |
| 130873 | 130873 | 542783 542783 | 6401 6401 |
| 130874 | 130874 | 524072 524072 | 6401 6401 |
| 130875 | 130875 | 339743 339743 | 6401 6401 |
| 130876 | 130876 | 70642 70642 | 6401 6401 |
| 130877 | 130877 | 64740 64740 | 6401 6401 |
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)
);