inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15000
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 45520 | 45520 | 7005 7005 | 15000 15000 |
| 45521 | 45521 | 529186 529186 | 15000 15000 |
| 45522 | 45522 | 293857 293857 | 15000 15000 |
| 45523 | 45523 | 53287 53287 | 15000 15000 |
| 45524 | 45524 | 257895 257895 | 15000 15000 |
| 45525 | 45525 | 28465 28465 | 15000 15000 |
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)
);