inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30504
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 862686 | 862686 | 39048 39048 | 30504 30504 |
| 862687 | 862687 | 503368 503368 | 30504 30504 |
| 862688 | 862688 | 15697 15697 | 30504 30504 |
| 862689 | 862689 | 243508 243508 | 30504 30504 |
| 862690 | 862690 | 66078 66078 | 30504 30504 |
| 862691 | 862691 | 534584 534584 | 30504 30504 |
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)
);