inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 484
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 346783 | 346783 | 183 183 | 484 484 |
| 346784 | 346784 | 207229 207229 | 484 484 |
| 346785 | 346785 | 76859 76859 | 484 484 |
| 346786 | 346786 | 72816 72816 | 484 484 |
| 346787 | 346787 | 235591 235591 | 484 484 |
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)
);