inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 777800 | 777800 | 156328 156328 | 89457 89457 |
| 777801 | 777801 | 61062 61062 | 89457 89457 |
| 777802 | 777802 | 207878 207878 | 89457 89457 |
| 777803 | 777803 | 78778 78778 | 89457 89457 |
| 777804 | 777804 | 226051 226051 | 89457 89457 |
| 777805 | 777805 | 236658 236658 | 89457 89457 |
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)
);