inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 728941 | 728941 | 487413 487413 | 805 805 |
| 728942 | 728942 | 6211 6211 | 805 805 |
| 728943 | 728943 | 290 290 | 805 805 |
| 728944 | 728944 | 50217 50217 | 805 805 |
| 728945 | 728945 | 34474 34474 | 805 805 |
| 728946 | 728946 | 259856 259856 | 805 805 |
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)
);