inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 65513
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 430629 | 430629 | 45237 45237 | 65513 65513 |
| 430630 | 430630 | 178895 178895 | 65513 65513 |
| 430631 | 430631 | 280033 280033 | 65513 65513 |
| 430632 | 430632 | 120928 120928 | 65513 65513 |
| 430633 | 430633 | 280034 280034 | 65513 65513 |
| 430634 | 430634 | 510837 510837 | 65513 65513 |
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)
);