inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404797
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 837575 | 837575 | 419665 419665 | 404797 404797 |
| 837576 | 837576 | 489980 489980 | 404797 404797 |
| 837577 | 837577 | 372391 372391 | 404797 404797 |
| 837578 | 837578 | 482954 482954 | 404797 404797 |
| 837579 | 837579 | 462270 462270 | 404797 404797 |
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)
);